static i18n(Map<String, String> translations) { translations.forEach((key, value) { _translations[key.toLowerCase()] = value; }); }