mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
LC_NUMERIC, LC_MONETARY. Information source is POSIX locale defintions collection at ftp://dkuug.dk/i18n/WG15-collection/
11 lines
214 B
Text
11 lines
214 B
Text
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# yesexpr
|
|
# XXX: I with dot above also should be included to yesexpr
|
|
^[IiYy].*
|
|
# noexpr
|
|
^[nN].*
|
|
# EOF
|