mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -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 commit 159599c4a2bbd8fcc4bb7f845afe3e0ea232ab9e)
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
|