Add i18n files and set first translations

This commit is contained in:
Nicola Benaglia
2025-04-21 13:38:31 +02:00
parent d2a82519ad
commit 3917aef452
8 changed files with 45 additions and 28 deletions

10
docs/i18n_languages.md Normal file
View 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' })}`