mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
br_FR locale: Use all lowercase in yesstr and nostr.
[BZ #21706] * localedata/locales/br_FR (LC_MESSAGES): Use all lowercase in yesstr and nostr.
This commit is contained in:
parent
ecc7da5bb8
commit
bc5fc7de21
@ -1,3 +1,9 @@
|
||||
2017-10-27 Thierry Vignaud <thierry.vignaud@gmail.com>
|
||||
|
||||
[BZ #21706]
|
||||
* localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
|
||||
in yesstr and nostr.
|
||||
|
||||
2017-10-26 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
|
||||
|
@ -98,8 +98,8 @@ END LC_CTYPE
|
||||
LC_MESSAGES
|
||||
yesexpr "^[+1oOyY]"
|
||||
noexpr "^[-0kKnN]"
|
||||
yesstr "Ya"
|
||||
nostr "Ket"
|
||||
yesstr "ya"
|
||||
nostr "ket"
|
||||
END LC_MESSAGES
|
||||
|
||||
LC_MONETARY
|
||||
|
Loading…
Reference in New Issue
Block a user