We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taurgis/sfcc-dev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
TESTING.md•551 B
# Testing Localization
## Pseudo-Localization
Use a test bundle to surface hardcoded strings:
```properties
# pseudo.properties
button.submit=[Submit]
account.title=[My Account]
```
## Checklist
- All visible text comes from resource bundles
- Date/time formats use locale settings
- Currency and numbers render with locale separators
- Images with text have locale variants if needed
- Email templates send in the correct language
- JavaScript strings originate from bundles
- Fallback chain behaves as expected (e.g., fr_CA → fr → default)