Add Beneficiary Animations and Localizations
This commit is contained in:
@@ -1342,6 +1342,54 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Kangra Central Co-operative Bank'**
|
||||
String get kccBankFull;
|
||||
|
||||
/// No description provided for @themeColor.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Theme Color'**
|
||||
String get themeColor;
|
||||
|
||||
/// No description provided for @selectThemeColor.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Select Theme Color'**
|
||||
String get selectThemeColor;
|
||||
|
||||
/// No description provided for @violet.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Violet'**
|
||||
String get violet;
|
||||
|
||||
/// No description provided for @blue.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Blue'**
|
||||
String get blue;
|
||||
|
||||
/// No description provided for @invalidIfsc.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Invalid IFSC code'**
|
||||
String get invalidIfsc;
|
||||
|
||||
/// No description provided for @validIfsc.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Valid IFSC'**
|
||||
String get validIfsc;
|
||||
|
||||
/// No description provided for @beneficiaryAddedSuccess.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Beneficiary Added Successfully'**
|
||||
String get beneficiaryAddedSuccess;
|
||||
|
||||
/// No description provided for @beneficiaryAdditionFailed.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Beneficiary Addition Failed'**
|
||||
String get beneficiaryAdditionFailed;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
Reference in New Issue
Block a user