feat: эмодзи. Пока только фронтенд. issue #45
This commit is contained in:
@@ -183,6 +183,7 @@
|
||||
"registrationSubtitle": "Add your name and pick an avatar",
|
||||
"registrationChooseAvatar": "Choose an avatar",
|
||||
"msgActionsCopy": "Copy",
|
||||
"emojiSearchHint": "Search emoji",
|
||||
"msgActionsEdit": "Edit",
|
||||
"msgActionsReply": "Reply",
|
||||
"msgActionsForward": "Forward",
|
||||
|
||||
@@ -1094,6 +1094,12 @@ abstract class AppLocalizations {
|
||||
/// **'Copy'**
|
||||
String get msgActionsCopy;
|
||||
|
||||
/// No description provided for @emojiSearchHint.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Search emoji'**
|
||||
String get emojiSearchHint;
|
||||
|
||||
/// No description provided for @msgActionsEdit.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -524,6 +524,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get msgActionsCopy => 'Copy';
|
||||
|
||||
@override
|
||||
String get emojiSearchHint => 'Search emoji';
|
||||
|
||||
@override
|
||||
String get msgActionsEdit => 'Edit';
|
||||
|
||||
|
||||
@@ -527,6 +527,9 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
@override
|
||||
String get msgActionsCopy => 'Копировать';
|
||||
|
||||
@override
|
||||
String get emojiSearchHint => 'Поиск эмодзи';
|
||||
|
||||
@override
|
||||
String get msgActionsEdit => 'Изменить';
|
||||
|
||||
|
||||
@@ -183,6 +183,7 @@
|
||||
"registrationSubtitle": "Укажите имя и выберите аватар",
|
||||
"registrationChooseAvatar": "Выберите аватар",
|
||||
"msgActionsCopy": "Копировать",
|
||||
"emojiSearchHint": "Поиск эмодзи",
|
||||
"msgActionsEdit": "Изменить",
|
||||
"msgActionsReply": "Ответить",
|
||||
"msgActionsForward": "Переслать",
|
||||
|
||||
Reference in New Issue
Block a user