mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-01 23:37:58 +00:00
11 lines
249 B
Markdown
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' })}`
|