2
0
mirror of https://github.com/searx/searx synced 2025-09-02 07:25:50 +00:00

[fix] translations path

This commit is contained in:
asciimoo
2014-02-13 17:28:25 +01:00
parent 5801f75bed
commit 178d671931

View File

@@ -61,7 +61,7 @@ setup(
'settings.yml',
'../README.rst',
'static/*/*',
'translations/*/*',
'translations/*/*/*',
'templates/*.html',
'templates/result_templates/*.html',
],