TF-297 Auto generate AppLocalizations

This commit is contained in:
dab246
2022-07-08 15:25:47 +07:00
committed by Dat H. Pham
parent 8a3c9f5e67
commit 72e5521904
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-07-08T13:29:01.231528",
"@@last_modified": "2022-07-08T15:25:15.196374",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -1514,6 +1514,12 @@
"placeholders_order": [],
"placeholders": {}
},
"messageDuplicateTagFilterMail": "you already entered that",
"@messageDuplicateTagFilterMail": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"languageAndRegion": "Language & Region",
"@languageAndRegion": {
"type": "text",
@@ -1556,7 +1556,7 @@ class AppLocalizations {
String get messageDuplicateTagFilterMail {
return Intl.message(
'you already entered that',
name: 'selectMailbox',
name: 'messageDuplicateTagFilterMail',
);
}