From c2db7b2a6634c5c603af42a77f15b7726892a54c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 23 Aug 2022 08:11:16 +0200 Subject: [fix] Internal server error after changing UI language to BG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A placeholder has been translated to BG, issue was added 8 month ago, when BG translation was added [1] msgid "Compute {functions} of the arguments" msgstr "Изчислете {функции} на аргументите" The incorrect translation has been corrected here in the message files and on weblate. [1] https://weblate.bubu1.eu/translate/searxng/searxng/bg/?&offset=49#history Closes: https://github.com/searxng/searxng/issues/1692 Signed-off-by: Markus Heiser --- searx/translations/bg/LC_MESSAGES/messages.mo | Bin 18517 -> 18512 bytes searx/translations/bg/LC_MESSAGES/messages.po | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/translations/bg/LC_MESSAGES/messages.mo b/searx/translations/bg/LC_MESSAGES/messages.mo index 67330760f..904448564 100644 Binary files a/searx/translations/bg/LC_MESSAGES/messages.mo and b/searx/translations/bg/LC_MESSAGES/messages.mo differ diff --git a/searx/translations/bg/LC_MESSAGES/messages.po b/searx/translations/bg/LC_MESSAGES/messages.po index 78b000d8d..18440b132 100644 --- a/searx/translations/bg/LC_MESSAGES/messages.po +++ b/searx/translations/bg/LC_MESSAGES/messages.po @@ -241,7 +241,7 @@ msgstr "Функции за статистика" #: searx/answerers/statistics/answerer.py:48 msgid "Compute {functions} of the arguments" -msgstr "Изчислете {функции} на аргументите" +msgstr "Изчислете {functions} на аргументите" #: searx/engines/openstreetmap.py:160 msgid "Get directions" -- cgit v1.2.3