Translate angular xliff xml translation files
$ npm install -g xlf-translator-cli
$ xlf-translator COMMAND
running command...
$ xlf-translator (-v|--version|version)
xlf-translator-cli/1.0.1 linux-x64 node-v11.4.0
$ xlf-translator --help [COMMAND]
USAGE
$ xlf-translator COMMAND
...
display help for xlf-translator
USAGE
$ xlf-translator help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Update the translation *.xlf
files generated by angular.
USAGE
$ xlf-translator update
OPTIONS
-l, --location=location (required) Folder where translation files `*.xlf` are located (a recursive search is
executed)
DESCRIPTION
It is expected to find a `messages.xlf` file and translations files following the format `messages.[locale].xlf`
See code: src/commands/update.ts