Manage translations and locales with the Zopio CLI
zopio
application. This page covers how to use the CLI to add, update, and manage translations.
next-international
and next-intl
for internationalization, which requires translations to be stored in two locations:
i18n
command helps you manage translations and locales in your zopio
application.
--add <locale>
- Add a new locale--remove <locale>
- Remove a locale--extract
- Extract translation keys from source files--sync
- Synchronize translation files across locales--check
- Check for missing translations--default <locale>
- Set the default localeen
- English (default)tr
- Turkishes
- Spanishde
- Germani18n --add
command.