mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Add i18n files and set first translations
This commit is contained in:
10
docs/i18n_languages.md
Normal file
10
docs/i18n_languages.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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' })}`
|
Reference in New Issue
Block a user