diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2008-02-01 20:15:21 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2008-02-01 20:15:21 +0000 |
commit | 196412f6df65deeca31b28e0f5236e288853163a (patch) | |
tree | 78f800c7d15645b07604ab62cb5e363d2681d41c /share/msgdef/ko_KR.UTF-8.src | |
parent | cf827063a9684f2300b3496f588aaf3e69c45067 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=175873
Diffstat (limited to 'share/msgdef/ko_KR.UTF-8.src')
-rw-r--r-- | share/msgdef/ko_KR.UTF-8.src | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/msgdef/ko_KR.UTF-8.src b/share/msgdef/ko_KR.UTF-8.src new file mode 100644 index 000000000000..7921ba0f9e0d --- /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 |