Language Change

This commit is contained in:
Nilanjan Chakrabarti
2025-07-10 13:19:31 +05:30
parent 9b439338a9
commit d4de89a91f
22 changed files with 334 additions and 227 deletions

View File

@@ -22,7 +22,7 @@ class _FundTransferScreen extends State<FundTransferScreen> {
}
} else if (key == 'done') {
if (kDebugMode) {
print('Amount entered: $amount');
print('${AppLocalizations.of(context).amountEntered} $amount');
// Navigator.push(
// context,
// MaterialPageRoute(