logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 2b0605d7238fca0aac7b2ee2057ee6b65ac84b30
parent: 4a0ccabefa185a898d9430785cf4ae84fa92d14f
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sat,  6 Feb 2016 09:29:52 +0100

[enh] add occitan search language - example query: ":oc !wp south" - closes #445

Diffstat:

Msearx/languages.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/searx/languages.py b/searx/languages.py @@ -58,6 +58,7 @@ language_codes = ( ("ko_KR", "Korean", "Korea"), ("lt_LT", "Lithuanian", "Lithuania"), ("lv_LV", "Latvian", "Latvia"), + ("oc_OC", "Occitan", "Occitan"), ("nb_NO", "Norwegian", "Norway"), ("nl_BE", "Dutch", "Belgium"), ("nl_NL", "Dutch", "Netherlands"),