TF-2323 Add text for fromMe suggestion

(cherry picked from commit ae30d6fb289e8b06d1fb2df46fac560aff84e137)
This commit is contained in:
hieubt
2023-11-26 13:43:56 +07:00
committed by Dat H. Pham
parent 1d58957ab3
commit a2f22cb2bf
2 changed files with 14 additions and 1 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-12-05T22:37:22.835805",
"@@last_modified": "2023-11-25T17:54:59.449967",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3533,5 +3533,11 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"me": "Me",
"@me": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
@@ -3667,4 +3667,11 @@ class AppLocalizations {
name: 'cannotCompressInlineImage',
);
}
String get me {
return Intl.message(
'Me',
name: 'me',
);
}
}