chore: Localize emoji picker

This commit is contained in:
Christian Kußowski 2025-11-17 09:58:42 +01:00
parent acfe86c57c
commit aeec3443c0
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,7 @@ class ChatEmojiPicker extends StatelessWidget {
onEmojiSelected: controller.onEmojiSelected,
onBackspacePressed: controller.emojiPickerBackspace,
config: Config(
locale: Localizations.localeOf(context),
emojiViewConfig: EmojiViewConfig(
noRecents: const NoRecent(),
backgroundColor:

View file

@ -777,6 +777,8 @@ class Message extends StatelessWidget {
),
config:
Config(
locale:
Localizations.localeOf(context),
emojiViewConfig:
const EmojiViewConfig(
backgroundColor: