feat: эмодзи. Пока только фронтенд. issue #45

This commit is contained in:
Jganenokk
2026-07-09 00:26:41 +07:00
parent f4a30328ff
commit 6c56f2fa7e
8 changed files with 634 additions and 20 deletions
+1
View File
@@ -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",
+6
View File
@@ -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:
+3
View File
@@ -524,6 +524,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get msgActionsCopy => 'Copy';
@override
String get emojiSearchHint => 'Search emoji';
@override
String get msgActionsEdit => 'Edit';
+3
View File
@@ -527,6 +527,9 @@ class AppLocalizationsRu extends AppLocalizations {
@override
String get msgActionsCopy => 'Копировать';
@override
String get emojiSearchHint => 'Поиск эмодзи';
@override
String get msgActionsEdit => 'Изменить';
+1
View File
@@ -183,6 +183,7 @@
"registrationSubtitle": "Укажите имя и выберите аватар",
"registrationChooseAvatar": "Выберите аватар",
"msgActionsCopy": "Копировать",
"emojiSearchHint": "Поиск эмодзи",
"msgActionsEdit": "Изменить",
"msgActionsReply": "Ответить",
"msgActionsForward": "Переслать",