[pacman-dev] [PATCH] french translation : one broken message caused a segfault.
pacman segfaulted on sync012 pactest because of one broken translation. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> --- lib/libalpm/po/fr.po | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libalpm/po/fr.po b/lib/libalpm/po/fr.po index f9e1093..836ff82 100644 --- a/lib/libalpm/po/fr.po +++ b/lib/libalpm/po/fr.po @@ -6,14 +6,12 @@ msgstr "" "Project-Id-Version: Pacman package manager 3.0.1\n" "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" "POT-Creation-Date: 2007-12-21 11:06+0100\n" -"PO-Revision-Date: 2007-12-21 11:07+0100\n" +"PO-Revision-Date: 2007-12-22 18:43+0100\n" "Last-Translator: Xavier <shiningxc@gmail.com>\n" "Language-Team: solsTiCe d'Hiver <solstice.dhiver@laposte.net>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: French\n" -"X-Poedit-Country: FRANCE\n" #: lib/libalpm/add.c:86 #, c-format @@ -168,7 +166,7 @@ msgstr "base de données non initialisée\n" #: lib/libalpm/deps.c:171 msgid "dependency cycle detected:\n" -msgstr "cycle de dépendances détecté: %s\n" +msgstr "cycle de dépendances détecté:\n" #: lib/libalpm/deps.c:173 #, c-format -- 1.5.3.7
On Dec 22, 2007 2:25 PM, Chantry Xavier <shiningxc@gmail.com> wrote:
pacman segfaulted on sync012 pactest because of one broken translation.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com> --- lib/libalpm/po/fr.po | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/lib/libalpm/po/fr.po b/lib/libalpm/po/fr.po index f9e1093..836ff82 100644 --- a/lib/libalpm/po/fr.po +++ b/lib/libalpm/po/fr.po @@ -6,14 +6,12 @@ msgstr "" "Project-Id-Version: Pacman package manager 3.0.1\n" "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" "POT-Creation-Date: 2007-12-21 11:06+0100\n" -"PO-Revision-Date: 2007-12-21 11:07+0100\n" +"PO-Revision-Date: 2007-12-22 18:43+0100\n" "Last-Translator: Xavier <shiningxc@gmail.com>\n" "Language-Team: solsTiCe d'Hiver <solstice.dhiver@laposte.net>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: French\n" -"X-Poedit-Country: FRANCE\n"
#: lib/libalpm/add.c:86 #, c-format @@ -168,7 +166,7 @@ msgstr "base de donnÃ(c)es non initialisÃ(c)e\n"
#: lib/libalpm/deps.c:171 msgid "dependency cycle detected:\n" -msgstr "cycle de dÃ(c)pendances dÃ(c)tectÃ(c): %s\n" +msgstr "cycle de dÃ(c)pendances dÃ(c)tectÃ(c):\n"
#: lib/libalpm/deps.c:173 #, c-format -- 1.5.3.7
I'll pull this for sure, but just curious why you removed the Poedit headers. There wasn't really anything wrong with them being there, was there? -Dan
Dan McGee wrote:
On Dec 22, 2007 2:25 PM, Chantry Xavier <shiningxc@gmail.com> wrote:
-"X-Poedit-Language: French\n" -"X-Poedit-Country: FRANCE\n"
I'll pull this for sure, but just curious why you removed the Poedit headers. There wasn't really anything wrong with them being there, was there?
Actually, I saw that, but I've no idea how it happened. I just ran poedit and gtranslator on the .po file, and probably one of them removed these lines. That's strange though, because I was also using these same tools for my last translation patch.
pacman segfaulted on sync012 pactest because of one broken translation. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> --- lib/libalpm/po/fr.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libalpm/po/fr.po b/lib/libalpm/po/fr.po index f9e1093..e094dd5 100644 --- a/lib/libalpm/po/fr.po +++ b/lib/libalpm/po/fr.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Pacman package manager 3.0.1\n" "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" "POT-Creation-Date: 2007-12-21 11:06+0100\n" -"PO-Revision-Date: 2007-12-21 11:07+0100\n" +"PO-Revision-Date: 2007-12-22 22:29+0100\n" "Last-Translator: Xavier <shiningxc@gmail.com>\n" "Language-Team: solsTiCe d'Hiver <solstice.dhiver@laposte.net>\n" "MIME-Version: 1.0\n" @@ -168,7 +168,7 @@ msgstr "base de données non initialisée\n" #: lib/libalpm/deps.c:171 msgid "dependency cycle detected:\n" -msgstr "cycle de dépendances détecté: %s\n" +msgstr "cycle de dépendances détecté:\n" #: lib/libalpm/deps.c:173 #, c-format -- 1.5.3.7
participants (3)
-
Chantry Xavier
-
Dan McGee
-
Xavier