Chinese translation error in django.po
Reported by: |
wizunion@… |
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
|
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)
milestone: |
→ 1.1
|
Triage Stage: |
Unreviewed → Accepted
|
Component: |
Internationalization → Translations
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Can you please provide this change as an actual patch?