aboutsummaryrefslogtreecommitdiff
path: root/share/timedef/ko_KR.UTF-8.src
Commit message (Collapse)AuthorAgeFilesLines
* Suffix short month names with "월" and replace %b with %_m for date formats.Jung-uk Kim2016-09-071-13/+13
| | | | | | | | This change is analogous to r199179, r199271, and r289041 for japanese and chinese locales. Notes: svn path=/head/; revision=305571
* Fix ko_KR, zh_CN, zh_HK, and zh_TW locales. r304045 did not fully revertJung-uk Kim2016-08-161-12/+12
| | | | | | | date/time formats for these locales. Notes: svn path=/head/; revision=304192
* Set date and time formats back to what they were before CLDRBaptiste Daroussin2016-08-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | While CLDR brings us a good and up to date source data to generate locales for all databses we are using for locales, it is not the case of LC_TIME. Where it does not defines the informations we need. Put back all the date and time formats from the old locales. Make it statically for now (in order to be able to merge it now into 11.0-RELEASE). The generation tools will be updated soon. That gives us time to properly work on LC_TIME during the 12 timeframe. While here fix abbreviated month for af_ZA (which are already fixed in CLDR data upstream) In locales where AP/PM was not defined before CLDR data, remove again the AP/PM informations For locales where AP/PM was defined before CLDR data, keep the CLDR information which was properly translated. MFC after: 3 days Notes: svn path=/head/; revision=304045
* Add a hack to add weekday to date format for ko_KR locale.Jung-uk Kim2016-07-271-2/+2
| | | | Notes: svn path=/head/; revision=303404
* - Prefer to use %d over %e where the day of the month should be zeroHajimu UMEMOTO2016-06-191-1/+1
| | | | | | | | | | | | filled. - Since %e means the day of the month as well, regard %e as same as %d in md_order. Reported by: vangyzen Approved by: re (gjb) Notes: svn path=/head/; revision=302016
* Fix alignment of the short month names for CJK locales,Hajimu UMEMOTO2015-11-071-9/+9
| | | | | | | as far as I could edit them. Notes: svn path=/head/; revision=290522
* Add newly generated locales from CLDR 27.0.1Baptiste Daroussin2015-08-081-39/+22
| | | | Notes: svn path=/projects/collation/; revision=286464
* Long long time ago, several utilities in base used to parse %c output andJung-uk Kim2009-06-151-5/+3
| | | | | | | | | we were not able to change c_fmt without breaking these utilities. Since ache fixed all known issues 8 years ago, now we make ko_KR more usable. Better late than never... Notes: svn path=/head/; revision=194250
* AM/PM should come first in korean.Jung-uk Kim2009-06-151-1/+1
| | | | Notes: svn path=/head/; revision=194242
* ko_KR: AM/PM date format should be localized.Jung-uk Kim2009-06-111-4/+2
| | | | | | | Inspired by: r193869 Notes: svn path=/head/; revision=194029
* Comments fixingAndrey A. Chernov2007-12-301-3/+3
| | | | | | | | | | | 1) Back out "month names" -> "months names" and fix few such cases which are wrong initially 2) "weekdays names" -> "weekday names" Noted by: des [1] Notes: svn path=/head/; revision=174990
* Comments fixingAndrey A. Chernov2007-12-291-3/+3
| | | | | | | | | | | | "month names" -> "months names" typo "Long months names (alternative)" or "in alternative form" -> "(without case ending)" "Long months names" -> "Long months names (as in a date)" to not confuse developers on what purpose those sections are Notes: svn path=/head/; revision=174977
* Add UTF-8 versions of all the currently supported system locales. Most ofTim J. Robbins2004-03-271-0/+108
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made a few minor adjustments and merged the makefiles. PR: 44307 Notes: svn path=/head/; revision=127474