mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add morocco (french and arabic) as an option.
This commit is contained in:
parent
df1a774003
commit
1c9cc4a509
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,7 @@ This file is generated automatically by::
|
||||||
sxng_locales = (
|
sxng_locales = (
|
||||||
('af', 'Afrikaans', '', 'Afrikaans', '\U0001f310'),
|
('af', 'Afrikaans', '', 'Afrikaans', '\U0001f310'),
|
||||||
('ar', 'العربية', '', 'Arabic', '\U0001f310'),
|
('ar', 'العربية', '', 'Arabic', '\U0001f310'),
|
||||||
|
('ar-MA', 'العربية', 'المغرب', 'Arabic', '\U0001f1f2\U0001F1E6'),
|
||||||
('ar-SA', 'العربية', 'المملكة العربية السعودية', 'Arabic', '\U0001f1f8\U0001f1e6'),
|
('ar-SA', 'العربية', 'المملكة العربية السعودية', 'Arabic', '\U0001f1f8\U0001f1e6'),
|
||||||
('be', 'Беларуская', '', 'Belarusian', '\U0001f310'),
|
('be', 'Беларуская', '', 'Belarusian', '\U0001f310'),
|
||||||
('bg', 'Български', '', 'Bulgarian', '\U0001f310'),
|
('bg', 'Български', '', 'Bulgarian', '\U0001f310'),
|
||||||
|
@ -50,6 +51,7 @@ sxng_locales = (
|
||||||
('fi', 'Suomi', '', 'Finnish', '\U0001f310'),
|
('fi', 'Suomi', '', 'Finnish', '\U0001f310'),
|
||||||
('fi-FI', 'Suomi', 'Suomi', 'Finnish', '\U0001f1eb\U0001f1ee'),
|
('fi-FI', 'Suomi', 'Suomi', 'Finnish', '\U0001f1eb\U0001f1ee'),
|
||||||
('fr', 'Français', '', 'French', '\U0001f310'),
|
('fr', 'Français', '', 'French', '\U0001f310'),
|
||||||
|
('fr-MA', 'Français', 'Maroc', 'Arabic', '\U0001f1f2\U0001F1E6'),
|
||||||
('fr-BE', 'Français', 'Belgique', 'French', '\U0001f1e7\U0001f1ea'),
|
('fr-BE', 'Français', 'Belgique', 'French', '\U0001f1e7\U0001f1ea'),
|
||||||
('fr-CA', 'Français', 'Canada', 'French', '\U0001f1e8\U0001f1e6'),
|
('fr-CA', 'Français', 'Canada', 'French', '\U0001f1e8\U0001f1e6'),
|
||||||
('fr-CH', 'Français', 'Suisse', 'French', '\U0001f1e8\U0001f1ed'),
|
('fr-CH', 'Français', 'Suisse', 'French', '\U0001f1e8\U0001f1ed'),
|
||||||
|
|
|
@ -9,4 +9,4 @@
|
||||||
{% if flag %}{{ flag }} {% endif%} {{- lang_name }} {% if country_name %} - {{ country_name }} {% endif %} [{{sxng_tag}}]
|
{% if flag %}{{ flag }} {% endif%} {{- lang_name }} {% if country_name %} - {{ country_name }} {% endif %} [{{sxng_tag}}]
|
||||||
</option>
|
</option>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</select>
|
</select>
|
Loading…
Add table
Reference in a new issue