mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
Merge pull request #366 from searxng/update_data_update_languages.py
Update searx.data - update_languages.py
This commit is contained in:
commit
62ea3c7074
@ -25491,7 +25491,6 @@
|
|||||||
"en-CA",
|
"en-CA",
|
||||||
"en-GB",
|
"en-GB",
|
||||||
"en-IE",
|
"en-IE",
|
||||||
"en-IN",
|
|
||||||
"en-MY",
|
"en-MY",
|
||||||
"en-NZ",
|
"en-NZ",
|
||||||
"en-US",
|
"en-US",
|
||||||
@ -25513,7 +25512,6 @@
|
|||||||
"nl-BE",
|
"nl-BE",
|
||||||
"nl-NL",
|
"nl-NL",
|
||||||
"pl-PL",
|
"pl-PL",
|
||||||
"pt-BR",
|
|
||||||
"pt-PT",
|
"pt-PT",
|
||||||
"ro-RO",
|
"ro-RO",
|
||||||
"sv-SE",
|
"sv-SE",
|
||||||
@ -25534,7 +25532,6 @@
|
|||||||
"en-CA",
|
"en-CA",
|
||||||
"en-GB",
|
"en-GB",
|
||||||
"en-IE",
|
"en-IE",
|
||||||
"en-IN",
|
|
||||||
"en-MY",
|
"en-MY",
|
||||||
"en-NZ",
|
"en-NZ",
|
||||||
"en-US",
|
"en-US",
|
||||||
@ -25556,7 +25553,6 @@
|
|||||||
"nl-BE",
|
"nl-BE",
|
||||||
"nl-NL",
|
"nl-NL",
|
||||||
"pl-PL",
|
"pl-PL",
|
||||||
"pt-BR",
|
|
||||||
"pt-PT",
|
"pt-PT",
|
||||||
"ro-RO",
|
"ro-RO",
|
||||||
"sv-SE",
|
"sv-SE",
|
||||||
@ -25577,7 +25573,6 @@
|
|||||||
"en-CA",
|
"en-CA",
|
||||||
"en-GB",
|
"en-GB",
|
||||||
"en-IE",
|
"en-IE",
|
||||||
"en-IN",
|
|
||||||
"en-MY",
|
"en-MY",
|
||||||
"en-NZ",
|
"en-NZ",
|
||||||
"en-US",
|
"en-US",
|
||||||
@ -25599,7 +25594,6 @@
|
|||||||
"nl-BE",
|
"nl-BE",
|
||||||
"nl-NL",
|
"nl-NL",
|
||||||
"pl-PL",
|
"pl-PL",
|
||||||
"pt-BR",
|
|
||||||
"pt-PT",
|
"pt-PT",
|
||||||
"ro-RO",
|
"ro-RO",
|
||||||
"sv-SE",
|
"sv-SE",
|
||||||
@ -25620,7 +25614,6 @@
|
|||||||
"en-CA",
|
"en-CA",
|
||||||
"en-GB",
|
"en-GB",
|
||||||
"en-IE",
|
"en-IE",
|
||||||
"en-IN",
|
|
||||||
"en-MY",
|
"en-MY",
|
||||||
"en-NZ",
|
"en-NZ",
|
||||||
"en-US",
|
"en-US",
|
||||||
@ -25642,7 +25635,6 @@
|
|||||||
"nl-BE",
|
"nl-BE",
|
||||||
"nl-NL",
|
"nl-NL",
|
||||||
"pl-PL",
|
"pl-PL",
|
||||||
"pt-BR",
|
|
||||||
"pt-PT",
|
"pt-PT",
|
||||||
"ro-RO",
|
"ro-RO",
|
||||||
"sv-SE",
|
"sv-SE",
|
||||||
|
@ -19,7 +19,6 @@ language_codes = \
|
|||||||
('en-CA', 'English', 'Canada', 'English'),
|
('en-CA', 'English', 'Canada', 'English'),
|
||||||
('en-GB', 'English', 'United Kingdom', 'English'),
|
('en-GB', 'English', 'United Kingdom', 'English'),
|
||||||
('en-IE', 'English', 'Ireland', 'English'),
|
('en-IE', 'English', 'Ireland', 'English'),
|
||||||
('en-IN', 'English', 'India', 'English'),
|
|
||||||
('en-NZ', 'English', 'New Zealand', 'English'),
|
('en-NZ', 'English', 'New Zealand', 'English'),
|
||||||
('en-US', 'English', 'United States', 'English'),
|
('en-US', 'English', 'United States', 'English'),
|
||||||
('es', 'Español', '', 'Spanish'),
|
('es', 'Español', '', 'Spanish'),
|
||||||
@ -50,9 +49,7 @@ language_codes = \
|
|||||||
('nl-BE', 'Nederlands', 'België', 'Dutch'),
|
('nl-BE', 'Nederlands', 'België', 'Dutch'),
|
||||||
('nl-NL', 'Nederlands', 'Nederland', 'Dutch'),
|
('nl-NL', 'Nederlands', 'Nederland', 'Dutch'),
|
||||||
('pl-PL', 'Polski', '', 'Polish'),
|
('pl-PL', 'Polski', '', 'Polish'),
|
||||||
('pt', 'Português', '', 'Portuguese'),
|
('pt-PT', 'Português', '', 'Portuguese'),
|
||||||
('pt-BR', 'Português', 'Brasil', 'Portuguese'),
|
|
||||||
('pt-PT', 'Português', 'Portugal', 'Portuguese'),
|
|
||||||
('ro-RO', 'Română', '', 'Romanian'),
|
('ro-RO', 'Română', '', 'Romanian'),
|
||||||
('ru-RU', 'Русский', '', 'Russian'),
|
('ru-RU', 'Русский', '', 'Russian'),
|
||||||
('sk-SK', 'Slovenčina', '', 'Slovak'),
|
('sk-SK', 'Slovenčina', '', 'Slovak'),
|
||||||
|
Loading…
Reference in New Issue
Block a user