String translateUpperCase(String key){ return (current.value[key.toLowerCase()] ?? key).toUpperCase(); }