diff options
-rw-r--r-- | searx/searxng.msg | 1 | ||||
-rw-r--r-- | searx/translations/ga/LC_MESSAGES/messages.po | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/searx/searxng.msg b/searx/searxng.msg index a4bfb038a..36f9510ad 100644 --- a/searx/searxng.msg +++ b/searx/searxng.msg @@ -36,6 +36,7 @@ CATEGORY_NAMES = { 'MAP': 'map', 'ONIONS': 'onions', 'SCIENCE': 'science', + 'DUMMY': 'dummy', # https://github.com/searxng/searxng/issues/4117 } CATEGORY_GROUPS = { diff --git a/searx/translations/ga/LC_MESSAGES/messages.po b/searx/translations/ga/LC_MESSAGES/messages.po index d3dffe265..4e76ce1f7 100644 --- a/searx/translations/ga/LC_MESSAGES/messages.po +++ b/searx/translations/ga/LC_MESSAGES/messages.po @@ -1,22 +1,23 @@ -# Translations template for PROJECT. +# Irish translations for PROJECT. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024. # msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2024-12-16 08:30+0000\n" -"PO-Revision-Date: 2024-12-21 18:53+0000\n" -"Last-Translator: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>\n" -"Language-Team: \n" +"PO-Revision-Date: 2025-01-06 16:02+0100\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language: ga\n" +"Language-Team: ga <LL@li.org>\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n>=3 && n<=6 ? 2 " +": n>=7 && n<=10 ? 3 : 4);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.16.0\n" -"X-Generator: Poedit 3.4.4\n" #. CONSTANT_NAMES['NO_SUBGROUPING'] #: searx/searxng.msg |