From 494891cf616b26456d8df3341c59c6f95c146a18 Mon Sep 17 00:00:00 2001 From: asmodai 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/monetdef/Makefile | 3 ++- share/monetdef/ko_KR.EUC.src | 36 ++++++++++++++++++++++++++++++++++++ share/monetdef/ko_KR.eucKR.src | 36 ++++++++++++++++++++++++++++++++++++ share/msgdef/Makefile | 3 ++- share/msgdef/ko_KR.EUC.src | 10 ++++++++++ share/msgdef/ko_KR.eucKR.src | 10 ++++++++++ share/numericdef/Makefile | 3 ++- share/numericdef/ko_KR.EUC.src | 12 ++++++++++++ share/numericdef/ko_KR.eucKR.src | 12 ++++++++++++ 9 files changed, 122 insertions(+), 3 deletions(-) create mode 100644 share/monetdef/ko_KR.EUC.src create mode 100644 share/monetdef/ko_KR.eucKR.src create mode 100644 share/msgdef/ko_KR.EUC.src create mode 100644 share/msgdef/ko_KR.eucKR.src create mode 100644 share/numericdef/ko_KR.EUC.src create mode 100644 share/numericdef/ko_KR.eucKR.src (limited to 'share') diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 1660dbd..c03b3a5 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -21,7 +21,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 diff --git a/share/monetdef/ko_KR.EUC.src b/share/monetdef/ko_KR.EUC.src new file mode 100644 index 0000000..105f2bd --- /dev/null +++ b/share/monetdef/ko_KR.EUC.src @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol +KRW +# currency_symbol +\ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF diff --git a/share/monetdef/ko_KR.eucKR.src b/share/monetdef/ko_KR.eucKR.src new file mode 100644 index 0000000..105f2bd --- /dev/null +++ b/share/monetdef/ko_KR.eucKR.src @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol +KRW +# currency_symbol +\ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 9401292..36b27bc 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/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 ENGLISH= en_US.ISO_8859-1 ENGLISHLINKS= en_AU.ISO_8859-1 en_CA.ISO_8859-1 en_GB.ISO_8859-1 \ diff --git a/share/msgdef/ko_KR.EUC.src b/share/msgdef/ko_KR.EUC.src new file mode 100644 index 0000000..e839a0a --- /dev/null +++ b/share/msgdef/ko_KR.EUC.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[sSyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/msgdef/ko_KR.eucKR.src b/share/msgdef/ko_KR.eucKR.src new file mode 100644 index 0000000..e839a0a --- /dev/null +++ b/share/msgdef/ko_KR.eucKR.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[sSyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 531974e..056d9b5 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 0000000..cd49d36 --- /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 0000000..cd49d36 --- /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.1