summaryrefslogtreecommitdiff
path: root/babel.cfg
AgeCommit message (Collapse)Author
2022-03-25[fix] jinja/babel: WithExtension and AutoEscapeExtension are built-in now.Markus Heiser
[1] https://github.com/pallets/jinja/pull/1544 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-16[mod] add i18n infrastructure for SearXNG message files (searxng.msg)Markus Heiser
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>
2021-08-02babel.cfg: ignore node_modules directoriesAlexandre Flament
The NPM packages contains python scripts: they should be included by "pybabel extract"
2014-01-22[enh] babel.cfg addedasciimoo