diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:21:37 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:21:37 +0100 |
commit | a6c31ef7e64f6365192753c938d63eac527cd32a (patch) | |
tree | 9a39269865a6e935e9b7a1aa830c5067cc465814 | |
parent | 2b1d2dbc841d970ed369e6479693dcc80fa01233 (diff) | |
download | searxng-a6c31ef7e64f6365192753c938d63eac527cd32a.tar.gz searxng-a6c31ef7e64f6365192753c938d63eac527cd32a.zip |
[enh] config locale support
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index b7c82cc72..355b07cf5 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -105,3 +105,7 @@ engines: url_xpath : ./a/@href title_xpath : ./a/div[@class="data"]/p[@class="title"]/text() content_xpath : ./a/img/@src + +languages: + en : English + hu : Magyar |