mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
- 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.
14 lines
202 B
Text
14 lines
202 B
Text
# $FreeBSD$
|
||
#
|
||
# WARNING: spaces may be essential at the end of lines
|
||
# WARNING: empty lines are essential too
|
||
#
|
||
# yesexpr
|
||
^[yYyY예].*
|
||
# noexpr
|
||
^[nNnN아].*
|
||
# yesstr
|
||
예
|
||
# nostr
|
||
아니오
|
||
# EOF
|