Posted by AlexisWilke on August 27, 2009 at 8:13pm
Jump to:
| Project: | Generate password |
| Version: | 6.x-1.0-beta4 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
When I turn ON the German translation, I get this error:
<?php
The translation file genpass.de.po contains an error: the plural formula could not be parsed.
?>Thank you.
Alexis Wilke
Comments
#1
Awh, sorry, no time to fix that, yet. (Maybe, someone knows the correct plural formula and can do the changes in the translation file?)
#2
According to xmlsitemap German translation:
"Plural-Forms: nplurals=2; plural=(n != 1);\n"The whole header looks like this:
msgid ""msgstr ""
"Project-Id-Version: German translation of xmlsitemap\n"
"POT-Creation-Date: 2009-07-29 23:02+0200\n"
"PO-Revision-Date: 2009-07-29 23:05+0100\n"
"Last-Translator: Alexander Haß\n"
"Language-Team: Alexander Hass\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Language: German\n"
"X-Poedit-Country: GERMANY\n"
"X-Poedit-SourceCharset: utf-8\n"
#3
fixed in beta5 - thanks for the heads up!
#4
Automatically closed -- issue fixed for 2 weeks with no activity.