Localization
This commit is contained in:
parent
98784e2e24
commit
4ddd39bb2c
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue