diff --git a/lib/util/translations_delegate_base.dart b/lib/util/translations_delegate_base.dart index 05db2c07..118efbfb 100644 --- a/lib/util/translations_delegate_base.dart +++ b/lib/util/translations_delegate_base.dart @@ -1101,6 +1101,8 @@ class TranslationBase { String get underProcess => localizedValues['underProcess'][locale.languageCode]; String get textResponse => localizedValues['textResponse'][locale.languageCode]; String get special => localizedValues['special'][locale.languageCode]; + String get requestType => localizedValues['requestType'][locale.languageCode]; + } class TranslationBaseDelegate extends LocalizationsDelegate {