translations property

Map<String, Map<String, String>> translations
getter/setter pair

Implementation

static Map<String, Map<String, String>> translations = {
  'tr_TR': Locales.tr_TR,
  'zh_CN': Locales.zh_CN,
  'de': Locales.de,
  'en': Locales.en,
  'pt_BR': Locales.pt_BR,
};