TF-1328 Add text

(cherry picked from commit 5394308e7ae4d4236f9b68a1ff5bb33a498692e8)
This commit is contained in:
hieubt
2023-12-26 12:14:07 +07:00
committed by Dat H. Pham
parent 8e91d738f4
commit 29c0cbaa25
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -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',
);
}
}