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": "Initializing data...",
|
||||||
"@initializing_data": {
|
"@initializing_data": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -1514,6 +1514,12 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
|
"messageDuplicateTagFilterMail": "you already entered that",
|
||||||
|
"@messageDuplicateTagFilterMail": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders_order": [],
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
"languageAndRegion": "Language & Region",
|
"languageAndRegion": "Language & Region",
|
||||||
"@languageAndRegion": {
|
"@languageAndRegion": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
@@ -1556,7 +1556,7 @@ class AppLocalizations {
|
|||||||
String get messageDuplicateTagFilterMail {
|
String get messageDuplicateTagFilterMail {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'you already entered that',
|
'you already entered that',
|
||||||
name: 'selectMailbox',
|
name: 'messageDuplicateTagFilterMail',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user