Opened 12 years ago
Closed 12 years ago
#20901 closed Bug (invalid)
Dutch translation fix for admin message
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Translations | Version: | dev | 
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
After deleting a single item in the admin (on the items edit page) this message is shown:
Gebruiker titel ""Voorbeeld document"" is verwijderd.
This makes no sense and should say something like:
De titel ""Voorbeeld document"" is verwijderd.
Because Dutch uses "de" and "het" depending on the subject it might be wiser to make it something like:
""Voorbeeld document"" van het type "title" is verwijderd.
Change History (2)
comment:1 by , 12 years ago
| Has patch: | set | 
|---|
comment:2 by , 12 years ago
| Resolution: | → invalid | 
|---|---|
| Status: | new → closed | 
Translations aren't tracked in this ticket tracker. Please see how to localize Django.
I added a pull request:
https://github.com/django/django/pull/1468