:: [devuan-dev] bug#344: marked as don…
Top Page
Delete this message
Reply to this message
Author: Devuan bug Tracking System
Date:  
To: Mark Hindley
Subject: [devuan-dev] bug#344: marked as done (broken language files)
Your message dated Tue, 14 Jan 2020 18:39:27 +0000
with message-id <20200114183927.GA18953@???>
and subject line Re: broken language files
has caused the Devuan bug report #344,
regarding broken language files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@???
immediately.)


--
344: bugs.devuan.org//cgi/bugreport.cgi?bug=344
Devuan Bug Tracking System
Contact owner@??? with problems
Package: consolekit
Version: 1.2.1-4

The translation sources bg.po, es.po, es_419.po and ru.po have bad
formats and end up leaving *.gmo directories in /usr/share/locale/ that
then upsets grub-install.

The cause could possibly be spurious line-break in the initial "header"
section of the files. The following would be a correcting path for that:

--------------------------------
diff --git a/po/bg.po b/po/bg.po
index 44d584c..ef7026c 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -11,8 +11,7 @@ msgstr ""
"POT-Creation-Date: 2017-12-13 15:40+0300\n"
"PO-Revision-Date: 2017-09-22 11:45+0000\n"
"Last-Translator: Eric Koegel <eric.koegel@???>\n"
-"Language-Team: Bulgarian
(http://www.transifex.com/consolekit2/consolekit2/"
-"language/bg/)\n"
+"Language-Team: Bulgarian
(http://www.transifex.com/consolekit2/consolekit2/language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/po/es.po b/po/es.po
index ca582ac..10cb627 100644
--- a/po/es.po
+++ b/po/es.po
@@ -13,8 +13,7 @@ msgstr ""
"POT-Creation-Date: 2017-12-13 15:40+0300\n"
"PO-Revision-Date: 2017-10-14 23:06+0000\n"
"Last-Translator: Joel Barrios <darkshram@???>\n"
-"Language-Team: Spanish (http://www.transifex.com/consolekit2/consolekit2/"
-"language/es/)\n"
+"Language-Team: Spanish
(http://www.transifex.com/consolekit2/consolekit2/language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/po/es_419.po b/po/es_419.po
index a0195f1..9ef69a8 100644
--- a/po/es_419.po
+++ b/po/es_419.po
@@ -11,8 +11,7 @@ msgstr ""
"POT-Creation-Date: 2017-12-13 15:40+0300\n"
"PO-Revision-Date: 2017-09-21 23:25+0000\n"
"Last-Translator: Eric Koegel <eric.koegel@???>\n"
-"Language-Team: Spanish (Latin America)
(http://www.transifex.com/consolekit2/"
-"consolekit2/language/es_419/)\n"
+"Language-Team: Spanish (Latin America)
(http://www.transifex.com/consolekit2/consolekit2/language/es_419/)\n"
"Language: es_419\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/po/ru.po b/po/ru.po
index 777207c..7e8dabf 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,8 +12,7 @@ msgstr ""
"POT-Creation-Date: 2017-12-13 15:40+0300\n"
"PO-Revision-Date: 2017-09-22 00:17+0000\n"
"Last-Translator: Дмитрий Михирев\n"
-"Language-Team: Russian (http://www.transifex.com/consolekit2/consolekit2/"
-"language/ru/)\n"
+"Language-Team: Russian
(http://www.transifex.com/consolekit2/consolekit2/language/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
--------------------------------

Ralph
Fixed in 1.2.1-7

Closing.

Mark