forked from Archives/searxng
b9cf3c82a1
With this patch ``searxng.msg`` files can be added to SearXNG. In ``searxng.msg`` files messages can be defined which are not captured by babel's gettext, like the generic names of the categories or messages that are stored in constants. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
8 lines
211 B
INI
8 lines
211 B
INI
[extractors]
|
|
searxng_msg = searx.babel_extract.extract
|
|
[ignore: **/node_modules/**]
|
|
[python: **.py]
|
|
[jinja2: **/templates/**.html]
|
|
extensions=jinja2.ext.autoescape,jinja2.ext.with_
|
|
[searxng_msg: **/searxng.msg]
|