diff options
author | jkim <jkim@FreeBSD.org> | 2008-02-01 20:15:21 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2008-02-01 20:15:21 +0000 |
commit | c121b7dc85514d0c0d9defdf23b55d3acd49cd90 (patch) | |
tree | 78f800c7d15645b07604ab62cb5e363d2681d41c /share/msgdef | |
parent | df9c99b9c23eb7b244a51512a959defeeec5b0d4 (diff) | |
download | FreeBSD-src-c121b7dc85514d0c0d9defdf23b55d3acd49cd90.zip FreeBSD-src-c121b7dc85514d0c0d9defdf23b55d3acd49cd90.tar.gz |
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.
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 2 | ||||
-rw-r--r-- | share/msgdef/ko_KR.UTF-8.src | 14 | ||||
-rw-r--r-- | share/msgdef/ko_KR.eucKR.src | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 32bafff..f31dcaa 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -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} diff --git a/share/msgdef/ko_KR.UTF-8.src b/share/msgdef/ko_KR.UTF-8.src new file mode 100644 index 0000000..7921ba0 --- /dev/null +++ b/share/msgdef/ko_KR.UTF-8.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY예].* +# noexpr +^[nNnN아].* +# yesstr +예 +# nostr +아니오 +# EOF diff --git a/share/msgdef/ko_KR.eucKR.src b/share/msgdef/ko_KR.eucKR.src index e839a0a..097d4dd 100644 --- a/share/msgdef/ko_KR.eucKR.src +++ b/share/msgdef/ko_KR.eucKR.src @@ -4,7 +4,11 @@ # WARNING: empty lines are essential too # # yesexpr -^[sSyY].* +^[yY£ù£Ù¿¹].* # noexpr -^[nN].* +^[nN£î£Î¾Æ].* +# yesstr +¿¹ +# nostr +¾Æ´Ï¿À # EOF |