// this class is kept minimal, without import // so it can be reused in driver tests class SupportedLocales { static const languagesByLanguageCode = { 'de': 'Deutsch', 'en': 'English', 'es': 'Español (México)', 'fr': 'Français', 'id': 'Bahasa Indonesia', 'ja': '日本語', 'ko': '한국어', 'pt': 'Português (Brasil)', 'ru': 'Русский', }; }