Merge branch 'fixes_nov' into 'development'

small fix

See merge request Cloud_Solution/doctor_app_flutter!907
merge-requests/906/merge
Elham Ali 3 years ago
commit b0de660325

@ -1144,6 +1144,8 @@ class TranslationBase {
String get birthdate => localizedValues['birthdate'][locale.languageCode];
String get activation => localizedValues['activation'][locale.languageCode];
String get confirmation => localizedValues['confirmation'][locale.languageCode];
String get diabetic => localizedValues['diabetic'][locale.languageCode];
String get chart => localizedValues['chart'][locale.languageCode];
}
class TranslationBaseDelegate extends LocalizationsDelegate<TranslationBase> {

Loading…
Cancel
Save