| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-26 | [fix] add missing localizable (gettext) messages to searxng.msg | Markus Heiser | |
| To test this patch I used .. and checked the diff of the `messages.pot` file:: $ ./manage pyenv.cmd pybabel extract -F babel.cfg \ -o ./searx/translations/messages.pot searx/ $ git diff ./searx/translations/messages.pot ---- hint from @dalf: f-string are not supported [1] but there is no error [2]. [1] python-babel/babel#594 [2] python-babel/babel#715 Closes: https://github.com/searxng/searxng/issues/3412 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-08 | [feat] engine: implementation of Yummly | Bnyro | |
| Co-authored-by: Markus Heiser <markus.heiser@damarit.de> | |||