TranslationGroups typedef

TranslationGroups = Map<String, Map<String, TranslationMap>>

group name -> locale -> strings. A group is one comparable set of files.

Implementation

typedef TranslationGroups = Map<String, Map<String, TranslationMap>>;