#13236 closed (fixed)
Updated Korean translations for Django 1.2
Reported by: | daybreaker | Owned by: | nobody |
---|---|---|---|
Component: | Translations | Version: | dev |
Severity: | Keywords: | translation, i18n, korean | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Updates to Korean translations for Django 1.2.
I've got some reports from other Korean users, such as:
#: utils/translation/trans_real.py:399 msgid "DATE_FORMAT" msgstr "날짜 형식" #: utils/translation/trans_real.py:401 msgid "TIME_FORMAT" msgstr "시간 형식" #: utils/translation/trans_real.py:417 msgid "YEAR_MONTH_FORMAT" msgstr "년도/월 형식" #: utils/translation/trans_real.py:418 msgid "MONTH_DAY_FORMAT" msgstr "월/일 형식"
These should be actual date formats, not the meaning of "date format".
Overall review and addition to new features if any will be done.
Attachments (1)
Change History (6)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
milestone: | 1.2 |
---|
by , 15 years ago
Attachment: | korean-translation-1.2.diff added |
---|
Update Korean translation for Django 1.2
comment:3 by , 15 years ago
milestone: | → 1.2 |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Removing from 1.2 milestone because while the problem is clear, the solution isn't; we need someone with language expertise to propose the appropriate translated strings (and preferably provide a patch implementing those changes)