diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2025-01-06 15:32:06 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-06 15:49:21 +0100 |
commit | c5991865c8932a80de35b6ed2515c0fb04d39511 (patch) | |
tree | 3309f85f0fe01df79576bb1a71c27304a77ee450 | |
parent | 655e41f2748d5602e3cedb297d64b17aa7cb165c (diff) | |
download | searxng-c5991865c8932a80de35b6ed2515c0fb04d39511.tar.gz searxng-c5991865c8932a80de35b6ed2515c0fb04d39511.zip |
[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 <markus.heiser@darmarit.de>
-rw-r--r-- | searx/searxng.msg | 1 | ||||
-rw-r--r-- | searx/translations/ga/LC_MESSAGES/messages.mo | bin | 23456 -> 21772 bytes | |||
-rw-r--r-- | searx/translations/ga/LC_MESSAGES/messages.po | 3 |
3 files changed, 1 insertions, 3 deletions
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 = { diff --git a/searx/translations/ga/LC_MESSAGES/messages.mo b/searx/translations/ga/LC_MESSAGES/messages.mo Binary files differindex f47b3a63c..f5e197809 100644 --- a/searx/translations/ga/LC_MESSAGES/messages.mo +++ b/searx/translations/ga/LC_MESSAGES/messages.mo diff --git a/searx/translations/ga/LC_MESSAGES/messages.po b/searx/translations/ga/LC_MESSAGES/messages.po index 52e0dd871..d3dffe265 100644 --- a/searx/translations/ga/LC_MESSAGES/messages.po +++ b/searx/translations/ga/LC_MESSAGES/messages.po @@ -3,7 +3,6 @@ # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" @@ -12,7 +11,7 @@ msgstr "" "PO-Revision-Date: 2024-12-21 18:53+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>\n" "Language-Team: \n" -"Language: ga_IE\n" +"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" |