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:
parent
df9c99b9c2
commit
c121b7dc85
@ -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}
|
||||
|
14
share/msgdef/ko_KR.UTF-8.src
Normal file
14
share/msgdef/ko_KR.UTF-8.src
Normal file
@ -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
|
@ -4,7 +4,11 @@
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[sSyY].*
|
||||
^[yYyY예].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
^[nNnN아].*
|
||||
# yesstr
|
||||
예
|
||||
# nostr
|
||||
아니오
|
||||
# EOF
|
||||
|
Loading…
Reference in New Issue
Block a user