Qortal-Hub/docs/i18n_languages.md
2025-05-16 08:03:41 +02:00

254 B

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: 'capitalizeFirst' })}