mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
159599c4a2
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
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
# yesexpr
|
|
^(([jJ]([aA])?)|([jJ])|([yY]([eE][sS])?)|([yY]))
|
|
# noexpr
|
|
^(([nN]([eE][iI])?)|([nN])|([nN]([oO])?)|([nN]))
|
|
# yesstr
|
|
ja:j:JA:J:yes:y:YES:Y
|
|
# nostr
|
|
nei:n:NEI:N:no:n:NO:N
|