CLI
NeoIQ Localize provides a CLI to help you translate your application.
Commands Overview
Translate
The translate command is used to translate your application.
Init
The init command is used to initialize a new NeoIQ Localize project.
Auth
The auth command is used to authenticate with NeoIQ Localize.
Sync
The sync command is used to sync your application with NeoIQ Localize.
Locale Add
The locale command is used to manage your application's locales.
Locale Remove
The locale remove command is used to remove a locale from your application.
Overrides
The overrides command is used to manage translation overrides in your application saved in localize.neoiq.dev. Overrides allow you to customize specific translations from the NeoIQ Localize Dashboard.
The overrides pull command is used to pull the latest overrides from the NeoIQ Localize Dashboard
Overrides for source locale
Sometimes you may want to get overrides for the source locale. For example, as a developer you might add translations in en.json but want to have spell checks, overrides and maintain consistent tone with other languages. You can enable this by adding your source locale to the target locales as follows:
Delete translations
The translations delete command is used to delete all target translation files and remote translations from your project. This is useful when you want to start fresh or remove all translations.
How is this guide?
Last updated on