String translate(String key) { if (_localizedStrings[key] == null) print('Translation of $key not found'); return _localizedStrings[key]; }