Localization

This commit is contained in:
unknown 2018-05-28 12:37:29 -07:00
parent 98784e2e24
commit 4ddd39bb2c
1 changed files with 1 additions and 9 deletions

View File

@ -34,15 +34,7 @@ class AppLocalization {
String get cost => _localizedValues[locale.languageCode]['cost'];
String get clients => _localizedValues[locale.languageCode]['clients'];
String get save => _localizedValues[locale.languageCode]['save'];
/*
String get dashboard => _localizedValues[locale.languageCode]['dashboard'];
String get dashboard => _localizedValues[locale.languageCode]['dashboard'];
String get dashboard => _localizedValues[locale.languageCode]['dashboard'];
String get dashboard => _localizedValues[locale.languageCode]['dashboard'];
String get dashboard => _localizedValues[locale.languageCode]['dashboard'];
String get dashboard => _localizedValues[locale.languageCode]['dashboard'];
String get dashboard => _localizedValues[locale.languageCode]['dashboard'];
*/
}
class AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalization> {