TF-2323 Add text for fromMe suggestion
(cherry picked from commit ae30d6fb289e8b06d1fb2df46fac560aff84e137)
This commit is contained in:
@@ -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": "Initializing data...",
|
||||||
"@initializing_data": {
|
"@initializing_data": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -3533,5 +3533,11 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"me": "Me",
|
||||||
|
"@me": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders_order": [],
|
||||||
|
"placeholders": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3667,4 +3667,11 @@ class AppLocalizations {
|
|||||||
name: 'cannotCompressInlineImage',
|
name: 'cannotCompressInlineImage',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String get me {
|
||||||
|
return Intl.message(
|
||||||
|
'Me',
|
||||||
|
name: 'me',
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user