@@ -8,6 +8,7 @@ class MeasureLanguage {
}
static String t(String code) {
+ return "Test";
if (_map.containsKey(code)) {
return _map[code]!;
} else {