i18n
Depends: i18n
Utilities for working with translations, once vela enable i18n has set the project up. Each is a wrapper around Wuchale, run with the project’s package manager.
Syntax
$ vela i18n <command> extract- Extract translatable stringswatch- Watch and extract translatable stringsstatus- Show i18n statusclean- Clean unused translatable strings
extract is the default: vela i18n with no subcommand runs it.
The commands run from the project root, the nearest directory with a package.json, so they work from anywhere inside the project. In a project without a Wuchale config they stop with No wuchale config found and point you to vela enable i18n.