L10nCommand constructor
L10nCommand()
Implementation
L10nCommand() : super('l10n', 'Work with a localization', const ['l']) {
addSubcommand(ExtractCommand());
addSubcommand(GenerateCommand());
addSubcommand(ToXmlCommand());
addSubcommand(FromXmlCommand());
addSubcommand(ImportXmlCommand());
addSubcommand(CheckTranslateCommand());
}