Translate a key to the current locale
String translate(String key) { return _localizedStrings[key]?.toString() ?? key; }