Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
fixed en emojy to us flag
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Apr 9, 2024
1 parent 9b1bc39 commit bdb82e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ function getEmojiLanguagebyCode($lang) {
"cs" => "๐Ÿ‡จ๐Ÿ‡ฟ", // Czech
"da" => "๐Ÿ‡ฉ๐Ÿ‡ฐ", // Danish
"nl" => "๐Ÿ‡ณ๐Ÿ‡ฑ", // Dutch
"en" => "๐Ÿ‡ฌ๐Ÿ‡ง", // English
"en" => "๐Ÿ‡บ๐Ÿ‡ธ", // English
"et" => "๐Ÿ‡ช๐Ÿ‡ช", // Estonian
"fi" => "๐Ÿ‡ซ๐Ÿ‡ฎ", // Finnish
"fr" => "๐Ÿ‡ซ๐Ÿ‡ท", // French
Expand Down

0 comments on commit bdb82e0

Please sign in to comment.