chore: Localize emoji picker
This commit is contained in:
parent
acfe86c57c
commit
aeec3443c0
2 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -777,6 +777,8 @@ class Message extends StatelessWidget {
|
|||
),
|
||||
config:
|
||||
Config(
|
||||
locale:
|
||||
Localizations.localeOf(context),
|
||||
emojiViewConfig:
|
||||
const EmojiViewConfig(
|
||||
backgroundColor:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue