Opened 19 years ago
Closed 18 years ago
#1138 closed enhancement (fixed)
Dutch translation
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | normal | Keywords: | l10n dutch |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.po with dutch (NL) translation
Attachments (1)
Change History (8)
by , 19 years ago
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Version: | → SVN |
I'm sorry to not have read how to attach a patch to a ticket system...
There is a small trivial bug in the Dutch translation where a generice message containing %s formatting gets translated to the wrong error message as fixed string, resulting in an exception as not all arguments get converted during string formatting. Patch follows here as a code block:
Index: django.po =================================================================== --- django.po (revision 4501) +++ django.po (working copy) @@ -26,7 +26,7 @@ #: db/models/fields/related.py:43 #, python-format msgid "Please enter a valid %s." -msgstr "Geef een geldig IP adres." +msgstr "Geef een geldig %s veld." #: db/models/fields/related.py:579 msgid "Separate multiple IDs with commas."
thanks for all the good work!
Niels Poppe
comment:3 by , 18 years ago
Keywords: | l10n dutch added |
---|---|
Summary: | Dutch translation → [patch] Dutch translation |
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 18 years ago
Has patch: | set |
---|---|
Summary: | [patch] Dutch translation → Dutch translation |
Simon, we use the "has patch" flag now :P
comment:6 by , 18 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:7 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
dutch translation