Internationalization (i18n) allows you to translate UI text in the nuartz interface into various languages without extensive code changes.
Status
i18n is not yet implemented in nuartz. When supported, it will follow a locale format of {language}-{REGION}:
{language}is a 2-letter lowercase language code (e.g.en,fr,ja){REGION}is a 2-letter uppercase region code (e.g.US,FR,JP)
For example: en-US, fr-FR, ja-JP.
Contributing translations
If you'd like to help add i18n support to nuartz, translation contributions are welcome! The implementation would live in the apps/web/ directory as part of the Next.js app.