Opened 17 years ago
Closed 17 years ago
#10477 closed (duplicate)
Translation Error
| Reported by: | liangent | Owned by: | nobody |
|---|---|---|---|
| Component: | Translations | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | liangent@… | Triage Stage: | Accepted |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Ensure this value is greater than or equal to was translated into zh incorrectly.
greater than means 大于 (zh-hans) or 大於 (zh-hant)
and less than means 小于 (zh-hans) or 小於 (zh-hant)
Change History (2)
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 17 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
#10077 also reports this and already has a patch. Looks like the same change to my non-Chinese-literate eyes.
Note:
See TracTickets
for help on using tickets.
We're going to need a patch against the appropriate PO file here, please.
Check out the latest subversion code, change the appropriate django.po file and then run "svn diff" from the top of the source tree. Then we can commit it.