summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/sxng_locales.py2
-rwxr-xr-xsearxng_extra/update/update_engine_traits.py2
2 files changed, 2 insertions, 2 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'),
diff --git a/searxng_extra/update/update_engine_traits.py b/searxng_extra/update/update_engine_traits.py
index 7449912dc..37f4a8745 100755
--- a/searxng_extra/update/update_engine_traits.py
+++ b/searxng_extra/update/update_engine_traits.py
@@ -71,7 +71,7 @@ lang2emoji = {
'bs': '\U0001F1E7\U0001F1E6', # Bosnian / Bosnia & Herzegovina
'jp': '\U0001F1EF\U0001F1F5', # Japanese
'ua': '\U0001F1FA\U0001F1E6', # Ukrainian
- 'he': '\U0001F1EE\U0001F1F7', # Hebrew
+ 'he': '\U0001F1EE\U0001F1F1', # Hebrew
}