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