Opened 19 years ago
Closed 19 years ago
#880 closed defect (fixed)
Mistake in Czech translation
Reported by: | Owned by: | hugo | |
---|---|---|---|
Component: | Internationalization | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is a mistake in Czech Translation. The strings DATE_FORMAT,DATETIME_FORMAT,DATE_WITH_TIME_FULL and TIME_FORMAT shouldn't be "translations" but should be a date/time format. Some admin stuff breaks when encountering some translated string instead of the format string.
Proposed change is the following:
DATE_FORMAT = j. N , Y DATETIME_FORMAT = j. N, Y, H:i TIME_FORMAT = H:i DATE_WITH_TIME_FULL = j. N, Y, H:i
Attachments (1)
Change History (4)
comment:1 by , 19 years ago
Status: | new → assigned |
---|
by , 19 years ago
corrected. sorry folks, I did not know it could break the code...
comment:2 by , 19 years ago
priority: | highest → normal |
---|---|
Severity: | critical → normal |
demoted priority and severity, since the temporary fix is in svn.
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
temporary fix seems to be accepted and with new_admin merge there will be a new cs update sooner or later, so this can be seen as fixed for now.
I posted an info to the django-i18n list. I updated trunk for now, but I will still wait for the upload from the translator.