mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made a few minor adjustments and merged the makefiles. PR: 44307
14 lines
190 B
Text
14 lines
190 B
Text
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# yesexpr
|
|
^[иИyY].*
|
|
# noexpr
|
|
^[жЖnN].*
|
|
# yesstr
|
|
ия
|
|
# nostr
|
|
жок
|
|
# EOF
|