Skip to content

Commit

Permalink
TF-2237 Add sending text
Browse files Browse the repository at this point in the history
(cherry picked from commit ff1d0d7)
  • Loading branch information
hieutbui authored and hoangdat committed Oct 31, 2023
1 parent 1d11365 commit d26f86c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/l10n/intl_messages.arb
Original file line number Diff line number Diff line change
Expand Up @@ -3319,5 +3319,11 @@
"folderName": {},
"reason": {}
}
},
"sending": "Sending",
"@sending": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
7 changes: 7 additions & 0 deletions lib/main/localizations/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3421,4 +3421,11 @@ class AppLocalizations {
args: [folderName, reason]
);
}

String get sending {
return Intl.message(
'Sending',
name: 'sending',
);
}
}

0 comments on commit d26f86c

Please sign in to comment.