Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Nov 12, 2024
1 parent c7cda0f commit fcf28b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/locales/default_emoji_set_locale.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ List<CategoryEmoji> getDefaultEmojiLocale(Locale locale) {
return emojiSetFrance;
case 'hi':
return emojiSetHindi;
case 'pt':
return emojiSetPortuguese;
case 'it':
return emojiSetItalian;
case 'ja':
return emojiSetJapanese;
case 'pt':
return emojiSetPortuguese;
case 'ru':
return emojiSetRussian;
case 'zh':
Expand Down

0 comments on commit fcf28b2

Please sign in to comment.