blob: 03913c2567e327e307dc7d8b0dbc61ed81a4ef0c (
plain)
1
2
3
4
5
6
7
|
[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]
|