Transaction Details localized to Hindi
This commit is contained in:
@@ -1414,6 +1414,36 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Theme Mode'**
|
||||
String get themeMode;
|
||||
|
||||
/// No description provided for @transactionDetails.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Transaction Details'**
|
||||
String get transactionDetails;
|
||||
|
||||
/// No description provided for @transactionType.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Transaction Type'**
|
||||
String get transactionType;
|
||||
|
||||
/// No description provided for @transferType.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Transfer Type'**
|
||||
String get transferType;
|
||||
|
||||
/// No description provided for @utrNo.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'UTR No.'**
|
||||
String get utrNo;
|
||||
|
||||
/// No description provided for @beneficiaryAccountNo.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Beneficiary Account No.'**
|
||||
String get beneficiaryAccountNo;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
Reference in New Issue
Block a user