Update korean locale messages:

- Remove redundant `s' and `S' from yesexpr.
- Add fullwidth latin letters to yesexpr and noexpr (inspired by ja_JP.UTF-8).
- Add korean translated yesexpr (`Ye') and noexpr (`Anio').
- Add yesstr and nostr entries (inspired by zh_CN.*).
- Add UTF-8 encoded file and connect to build.
This commit is contained in:
Jung-uk Kim 2008-02-01 20:15:21 +00:00
parent cf827063a9
commit 196412f6df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175873
3 changed files with 21 additions and 3 deletions

View file

@ -37,6 +37,7 @@ LOCALES= af_ZA.ISO8859-1 \
ja_JP.UTF-8 \
kk_KZ.PT154 \
kk_KZ.UTF-8 \
ko_KR.UTF-8 \
ko_KR.eucKR \
lt_LT.ISO8859-13 \
mn_MN.UTF-8 \
@ -98,7 +99,6 @@ ENCODINGS= Big5 Big5HKSCS CP949 eucKR GB2312 GBK \
Big5_Big5HKSCS= zh_TW:zh_HK
eucKR_CP949= ko_KR
eucKR_UTF-8= ko_KR
GB2312_GBK= zh_CN
ISO8859-1_ISO8859-1= ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} ${IT_LINKS} \
${NL_LINKS} ${NO_LINKS} ${PT_LINKS}

View file

@ -0,0 +1,14 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[yY예].*
# noexpr
^[nN아].*
# yesstr
# nostr
아니오
# EOF

View file

@ -4,7 +4,11 @@
# WARNING: empty lines are essential too
#
# yesexpr
^[sSyY].*
^[yYyY예].*
# noexpr
^[nN].*
^[nN아].*
# yesstr
# nostr
아니오
# EOF