Qortal-Hub/docs/i18n_languages.md
2025-04-21 13:38:31 +02:00

11 lines
249 B
Markdown

# I18N Guidelines
In JSON file:
- Keep the file sorted
- Always write in lowercase
In GUI:
- If the first letter of the translation must be uppercase, use the postProcess, for example: `{t_auth('advanced_users', { postProcess: 'capitalize' })}`