CheckTranslateCommand constructor
CheckTranslateCommand()
Implementation
CheckTranslateCommand()
: super('check_translate',
'Check if translations exist for all strings into a specific language, the default is English.') {
argParser
..addOption(
_argLocale,
abbr: 'l',
help: 'Locale to check if translations exist for all strings. '
'If not specified - "en" locale will be check.',
valueHelp: 'LOCALE',
);
}