Commit Graph

24 Commits

Author SHA1 Message Date
jkim
5fb5c9b45a Suffix short month names with "월" and replace %b with %_m for date formats.
This change is analogous to r199179, r199271, and r289041 for japanese and
chinese locales.
2016-09-07 23:35:38 +00:00
jkim
58191adb9a Fix ko_KR, zh_CN, zh_HK, and zh_TW locales. r304045 did not fully revert
date/time formats for these locales.
2016-08-16 00:15:15 +00:00
bapt
55796ea96b Set date and time formats back to what they were before CLDR
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
2016-08-13 15:59:18 +00:00
jkim
283ee2222c Add a hack to add weekday to date format for ko_KR locale. 2016-07-27 18:12:36 +00:00
ume
ba73a9e651 - Prefer to use %d over %e where the day of the month should be zero
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)
2016-06-19 03:44:32 +00:00
ume
ec0a993e35 Fix alignment of the short month names for CJK locales,
as far as I could edit them.
2015-11-07 23:54:14 +00:00
bapt
1fbe2addc6 Add newly generated locales from CLDR 27.0.1 2015-08-08 19:24:32 +00:00
jkim
baa4ed1428 Long long time ago, several utilities in base used to parse %c output and
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...
2009-06-15 18:49:06 +00:00
jkim
6c3ef80374 AM/PM should come first in korean. 2009-06-15 16:32:17 +00:00
jkim
55714a998b ko_KR: AM/PM date format should be localized.
Inspired by:	r193869
2009-06-11 17:42:02 +00:00
ache
b1a3a611be Comments fixing
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]
2007-12-30 03:08:52 +00:00
ache
e31574f147 Comments fixing
"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
2007-12-29 16:28:15 +00:00
ache
9dca49adf4 Add padding for some short names to make their length the same to not
break colums
2001-03-21 23:24:41 +00:00
ache
3000cdc34b Remove fixed length restrictions and padding 2001-03-21 22:54:44 +00:00
ache
d53420a159 Replace %y with %Y 2001-03-21 13:55:09 +00:00
ache
3ddba0be30 Convert to new locale format with md_order and without E[Ff]_fmt
Add ampm_fmt to all locales
2001-03-18 12:17:46 +00:00
ache
36a6674fdc Fix date
Submitted by:	CHOI Junho <cjh@FreeBSD.ORG>
2000-06-21 13:31:51 +00:00
ache
3b853c8371 Don't use %E* in old fields for compatibility reasons 1999-12-03 19:52:06 +00:00
ache
883d4dbdc2 Convert after %Ex->%Ef and %EF adding 1999-11-30 19:43:32 +00:00
ache
3e251f317b Convert to new format 1999-11-30 08:55:27 +00:00
peter
76f0c923fe $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ache
03c5e9fbba Fix length-related bugs
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
1997-03-27 03:07:25 +00:00
ache
9e4ff703f5 This variant is commented
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
1997-03-26 13:20:30 +00:00
ache
aa17e686db Add Korean LC_TIME
Submitted by: junker@jazz.snu.ac.kr
1997-03-25 16:17:00 +00:00