Opened 12 years ago
Closed 11 years ago
#21601 closed Cleanup/optimization (fixed)
Broken encoding in German translation
| Reported by: | Luke Faraone | Owned by: | nobody |
|---|---|---|---|
| Component: | Translations | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Forwarded from Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729194
It appears the name of the translator in django/contrib/admindocs/locale/de/LC_MESSAGES/django.po and
django/contrib/auth/locale/de/LC_MESSAGES/django.po files is broken.
It appears as:
"Last-Translator: Jannis <8a>\n"
Attachments (1)
Change History (6)
by , 12 years ago
| Attachment: | 21601.diff added |
|---|
comment:1 by , 12 years ago
| Patch needs improvement: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Cleanup/optimization |
comment:3 by , 12 years ago
| Patch needs improvement: | unset |
|---|---|
| Version: | 1.6 → master |
Fixed in stable branch, but left open because if it's not resolved in Transifex, this will happen again during the next fetch operation from Transifex.
comment:4 by , 12 years ago
| Easy pickings: | unset |
|---|
comment:5 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Transifex bug fixed. This should not happen any longer.
Yes, Transifex, I'm looking at YOU...!
Affected files:
django/conf/locale/de/LC_MESSAGES/django.po:# Jannis <U+008A>, 2011,2013
django/contrib/admin/locale/de/LC_MESSAGES/django.po:# Jannis <U+008A>, 2013
django/contrib/admindocs/locale/de/LC_MESSAGES/django.po:# Jannis <U+008A>, 2013
django/contrib/admindocs/locale/de/LC_MESSAGES/django.po:"Last-Translator: Jannis <U+008A>\n"
django/contrib/auth/locale/de/LC_MESSAGES/django.po:# Jannis <U+008A>, 2013
django/contrib/auth/locale/de/LC_MESSAGES/django.po:"Last-Translator: Jannis <U+008A>\n"
django/contrib/formtools/locale/de/LC_MESSAGES/django.po:# Jannis <U+008A>, 2013
Reported in Transifex: https://github.com/transifex/transifex/issues/288