#10077 closed (fixed)
Chinese translation error in django.po
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Translations | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | How to create a pull request | ||
Description ¶
svn path: django\django\conf\locale\zh_CN\LC_MESSAGES\django.po
line 3717: msgid "Ensure this value is greater than or equal to %s."
line 3718: msgstr "这个值必须小于或等于 %s。" <-- this line is wrong
The correct translation is:
"这个值必须大于或等于 %s。"
Change History (6)
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Has patch: | set |
---|
by , 16 years ago
Attachment: | django.mo.diff added |
---|
comment:3 by , 16 years ago
Component: | Internationalization → Translations |
---|
(The patch provided is against django.po, not django.mo. So it's a good patch.)
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Can you please provide this change as an actual patch?