196412f6df
- 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.
15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
# $FreeBSD$
|
||
#
|
||
# WARNING: spaces may be essential at the end of lines
|
||
# WARNING: empty lines are essential too
|
||
#
|
||
# yesexpr
|
||
^[yYyY예].*
|
||
# noexpr
|
||
^[nNnN아].*
|
||
# yesstr
|
||
예
|
||
# nostr
|
||
아니오
|
||
# EOF
|