TranslationSystem constructor
TranslationSystem({})
Implementation
TranslationSystem({
required this.sourceLanguage,
required this.language,
required this.inputDestination,
required this.outputDestination,
required this.outputFileExtension,
required this.generateTranslationKeys,
required this.translationKeysLocation,
});