Closed (fixed)
Project:
Signup
Version:
6.x-1.0-rc3
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jan 2009 at 13:32 UTC
Updated:
3 Mar 2009 at 10:30 UTC
Jump to comment: Most recent file
I use German as default language in my Drupal installation and get the following mixture of langueages with the signup module:
"Please Anmelden or Registrieren to sign up for this Event."
http://www.kochlabor.at/?q=node/82
the relevant passage in de.po looks like this:
#: signup.module:576
msgid "Please !login or !register to sign up for this event."
msgstr "Bitte Anmelden oder Registrieren, um diesen Inhalt zu Registrieren."
unfortunately I have no clue where to start looking for a mistake.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | signup.de_utf8.po | 63.95 KB | tisoft_media |
| #10 | signup.de_windows.po | 63.7 KB | tisoft_media |
| #5 | signup.de_.po | 63.74 KB | stborchert |
| #1 | 362029_signup_de.1.patch | 1.07 KB | dww |
Comments
Comment #1
dwwWell, the German translation for this module hasn't been updated in ages, and is broken in many places. The msgid for this string has changed in the signup code, so that translation is no longer working. Attached patch should fix it, though I have no way to test this.
However, the bigger problem is that someone needs to go through de.po and fix all the broken strings.
Comment #2
dwwCommitted this to HEAD and DRUPAL-6--1. The bigger problem of the whole de.po file being stale is still unresolved, but out of scope for my abilities.
Comment #3
stborchertSounds like a call to the "Drupal translation team germany" on drupalcenter.de :-)
I will bring it on the way and post the patch once we've completed it.
Stefan
Comment #4
dww@stBorchert: Thanks!
Comment #5
stborchertHey.
We finally completed the translation (didn't thought it was that hugh :-) ).
Stefan
Comment #6
dwwI have no means to review this. ;) Please commit to HEAD and DRUPAL-6--1 if it's ready. Thanks!
Comment #7
stborchertOk, done.
Stefan
Comment #8
stborchertforgot to update status...
Comment #9
Morn commentedI get syntax and other errors during the import (translate interface) of the .po file from #5
Comment #10
tisoft_media commentedThere was an error in line 1251.
I have attached a corrected file. (in utf-8 and in windows encoding)
Comment #11
stborchertPlease use the version from cvs (HEAD or DRUPAL-6--1-0-RC4).
The file in #5 is *not* the checked-in translation (due to the error you noted and some other fixes).
Stefan