#27293: Incorrect time string spacing in Korean
--------------------------------------+--------------------
Reporter: Hwan Kim | Owner: nobody
Type: Uncategorized | Status: new
Component: Internationalization | Version: 1.10
Severity: Normal | Keywords: Korean
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+--------------------
There is incorrect space in Korean. It should be write together number and
time string. Please see this example:
django/contrib/humanize/locale/ko/LC_MESSAGES/django.po
{{{
line 196:
- msgstr[0] "%(count)s 초 전"
+ msgstr[0] "%(count)s초 전"
line 203:
- msgstr[0] "%(count)s 분 전"
+ msgstr[0] "%(count)s분 전"
line 210:
- msgstr[0] "%(count)s 시간 전"
+ msgstr[0] "%(count)s시간 전"
line 222:
- msgstr[0] "지금부터 %(count)s 초"
+ msgstr[0] "지금부터 %(count)s초"
line 229:
- msgstr[0] "지금부터 %(count)s 분"
+ msgstr[0] "지금부터 %(count)s분"
line 236:
- msgstr[0] "지금부터 %(count)s 시간"
+ msgstr[0] "지금부터 %(count)s시간"
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27293>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/048.f9a58c9350705e1239c4c144ff267049%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.