mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Fix circular symlinks by providing separate source for nn_NO.ISO8859-1, nn_NO.ISO8859-15, and sl_SI.ISO8859-2 (re)generated from CLDR. PR: 260841 Reviewed by: imp (previous version) Fixes:0a36787e4c("locales: separate unicode from other locales") Differential Revision: https://reviews.freebsd.org/D41899 (cherry picked from commit159599c4a2)
8 lines
172 B
Text
8 lines
172 B
Text
# yesexpr
|
|
^(([dD]([aA])?)|([dD])|([yY]([eE][sS])?)|([yY]))
|
|
# noexpr
|
|
^(([nN]([eE])?)|([nN])|([nN]([oO])?)|([nN]))
|
|
# yesstr
|
|
da:d:DA:D:yes:y:YES:Y
|
|
# nostr
|
|
ne:n:NE:N:no:n:NO:N
|