From b37eee8d45645074aa96c4bb19dcb79172464380 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Sun, 11 Feb 2001 15:40:01 +0000 Subject: Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. Submitted by: CHOI Junho --- share/numericdef/Makefile | 3 ++- share/numericdef/ko_KR.EUC.src | 12 ++++++++++++ share/numericdef/ko_KR.eucKR.src | 12 ++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 share/numericdef/ko_KR.EUC.src create mode 100644 share/numericdef/ko_KR.eucKR.src (limited to 'share/numericdef') diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 531974ee0deb..056d9b5676a3 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -16,7 +16,8 @@ LOCALES= af_ZA.ISO_8859-1 \ no_NO.ISO_8859-1 \ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ - sv_SE.ISO_8859-1 + sv_SE.ISO_8859-1 \ + ko_KR.EUC LOCALEDIR= ${DESTDIR}/usr/share/locale USENGLISH= en_US.ISO_8859-1 diff --git a/share/numericdef/ko_KR.EUC.src b/share/numericdef/ko_KR.EUC.src new file mode 100644 index 000000000000..cd49d3608dc5 --- /dev/null +++ b/share/numericdef/ko_KR.EUC.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF diff --git a/share/numericdef/ko_KR.eucKR.src b/share/numericdef/ko_KR.eucKR.src new file mode 100644 index 000000000000..cd49d3608dc5 --- /dev/null +++ b/share/numericdef/ko_KR.eucKR.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF -- cgit v1.3