TF-1328 Add text
(cherry picked from commit 5394308e7ae4d4236f9b68a1ff5bb33a498692e8)
This commit is contained in:
@@ -3545,5 +3545,11 @@
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"archiveMessage": "Archive message",
|
||||
"@archiveMessage": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
@@ -3681,4 +3681,11 @@ class AppLocalizations {
|
||||
name: 'byContinuingYouAreAgreeingToOur',
|
||||
);
|
||||
}
|
||||
|
||||
String get archiveMessage {
|
||||
return Intl.message(
|
||||
'Archive message',
|
||||
name: 'archiveMessage',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user