mirror of git://sourceware.org/git/glibc.git
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>
|
2017-10-26 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
|
* math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
|
||||||
|
|
|
@ -98,8 +98,8 @@ END LC_CTYPE
|
||||||
LC_MESSAGES
|
LC_MESSAGES
|
||||||
yesexpr "^[+1oOyY]"
|
yesexpr "^[+1oOyY]"
|
||||||
noexpr "^[-0kKnN]"
|
noexpr "^[-0kKnN]"
|
||||||
yesstr "Ya"
|
yesstr "ya"
|
||||||
nostr "Ket"
|
nostr "ket"
|
||||||
END LC_MESSAGES
|
END LC_MESSAGES
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
|
|
Loading…
Reference in New Issue