@override Map<String, Map<String, String>> get keys { if (translations.isEmpty) { _loadTranslations(); } return translations; }