mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] configurable localization
This commit is contained in:
parent
a6c31ef7e6
commit
852dfc77c6
7 changed files with 55 additions and 12 deletions
5
Makefile
5
Makefile
|
|
@ -43,8 +43,11 @@ production: bin/buildout production.cfg setup.py
|
|||
minimal: bin/buildout minimal.cfg setup.py
|
||||
bin/buildout -c minimal.cfg $(options)
|
||||
|
||||
locales:
|
||||
@pybabel compile -d searx/translations
|
||||
|
||||
clean:
|
||||
@rm -rf .installed.cfg .mr.developer.cfg bin parts develop-eggs \
|
||||
searx.egg-info lib include .coverage coverage
|
||||
|
||||
.PHONY: all tests robot flake8 coverage production minimal clean
|
||||
.PHONY: all tests robot flake8 coverage production minimal locales clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue