django1/django/conf/locale/ko
Donggi Jung 14c1fd0730 Fixed #25194 -- Fixed Korean YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT.
'F' translates a month to a Korean name with a month number so,
for example, 'F 월' becomes '10 월월' for October. This should
be either 'F' or 'n월', and I followed conventions in other
languages like Japanese and Chinese.
2015-08-03 07:37:54 -04:00
..
LC_MESSAGES Fetched updated core translations from Transifex 2015-04-01 19:51:49 +02:00
__init__.py Fixed #7980 - Improved i18n framework to support locale aware formatting (dates and numbers) and form processing. 2009-12-22 17:58:49 +00:00
formats.py Fixed #25194 -- Fixed Korean YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT. 2015-08-03 07:37:54 -04:00