From c5991865c8932a80de35b6ed2515c0fb04d39511 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 6 Jan 2025 15:32:06 +0100 Subject: [fix] l10n ga (Irish) messages.po is marked as fuzzy $ ./manage pyenv.cmd pybabel compile --statistics -d searx/translations/ reports: catalog searx/translations/ga/LC_MESSAGES/messages.po is marked as fuzzy, skipping This commit removes the ``fuzzy`` tag and BTW reverts commit 655e41f27 Signed-off-by: Markus Heiser --- searx/searxng.msg | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/searxng.msg') diff --git a/searx/searxng.msg b/searx/searxng.msg index 389dfe45a..a4bfb038a 100644 --- a/searx/searxng.msg +++ b/searx/searxng.msg @@ -36,7 +36,6 @@ CATEGORY_NAMES = { 'MAP': 'map', 'ONIONS': 'onions', 'SCIENCE': 'science', - 'DUMMY': 'dummy', } CATEGORY_GROUPS = { -- cgit v1.2.3