Add chat select mode
This commit is contained in:
parent
3dc3f218f1
commit
757b46a6b7
11 changed files with 510 additions and 267 deletions
|
|
@ -413,6 +413,9 @@ class I18n {
|
|||
|
||||
String get notSupportedInWeb => Intl.message("Not supported in web");
|
||||
|
||||
String numberSelected(String number) =>
|
||||
Intl.message("$number selected", name: "numberSelected", args: [number]);
|
||||
|
||||
String get oopsSomethingWentWrong =>
|
||||
Intl.message("Oops something went wrong...");
|
||||
|
||||
|
|
@ -470,6 +473,8 @@ class I18n {
|
|||
|
||||
String get removeMessage => Intl.message('Remove message');
|
||||
|
||||
String get reply => Intl.message('Reply');
|
||||
|
||||
String get saturday => Intl.message("Saturday");
|
||||
|
||||
String get share => Intl.message("Share");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue