TF-297 Auto generate AppLocalizations
This commit is contained in:
@@ -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',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user