diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-02-06 09:29:52 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-02-06 09:29:52 +0100 |
commit | 2b0605d7238fca0aac7b2ee2057ee6b65ac84b30 (patch) | |
tree | 7e6a0a1a89140bfe2c727023790f7b1f219310f0 /searx/languages.py | |
parent | 4a0ccabefa185a898d9430785cf4ae84fa92d14f (diff) | |
download | searxng-2b0605d7238fca0aac7b2ee2057ee6b65ac84b30.tar.gz searxng-2b0605d7238fca0aac7b2ee2057ee6b65ac84b30.zip |
[enh] add occitan search language - example query: ":oc !wp south" - closes #445
Diffstat (limited to 'searx/languages.py')
-rw-r--r-- | searx/languages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/languages.py b/searx/languages.py index df5fabf74..b67da9d22 100644 --- 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"), |