diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-04-16 09:03:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 09:03:07 +0200 |
| commit | 3e18aa6fbf9d49fb5edc81b7260057f43981e0c0 (patch) | |
| tree | c2d8c0b512cc652447068a17a0a3b49e2efc990d /searx | |
| parent | 5a3f99ee1a89f8a858922f50d87e20a9aeedf051 (diff) | |
| parent | be1f6ee1c421f0d951df1c5cbe5138993c90da5d (diff) | |
Merge pull request #2348 from MarcAbonce/patch-1
Fix Israeli flag emoji in locale dropdown
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/sxng_locales.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/sxng_locales.py b/searx/sxng_locales.py index 0600a9c91..2cbf2fcc2 100644 --- a/searx/sxng_locales.py +++ b/searx/sxng_locales.py @@ -48,7 +48,7 @@ sxng_locales = ( ('fr-CA', 'Français', 'Canada', 'French', '\U0001f1e8\U0001f1e6'), ('fr-CH', 'Français', 'Suisse', 'French', '\U0001f1e8\U0001f1ed'), ('fr-FR', 'Français', 'France', 'French', '\U0001f1eb\U0001f1f7'), - ('he', 'עברית', '', 'Hebrew', '\U0001f1ee\U0001f1f7'), + ('he', 'עברית', '', 'Hebrew', '\U0001f1ee\U0001f1f1'), ('hi', 'हिन्दी', '', 'Hindi', '\U0001f310'), ('hr', 'Hrvatski', '', 'Croatian', '\U0001f310'), ('hu', 'Magyar', '', 'Hungarian', '\U0001f310'), |