mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
Define yesstr and nostr for a few locales.
This commit is contained in:
parent
cfff39ea98
commit
b0e477a9aa
@ -1,5 +1,9 @@
|
||||
2009-10-29 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locales/POSIX: Define yesstr and nostr.
|
||||
* locales/en_US: Likewise.
|
||||
Patch by Petr Machata <pmachata@redhat.com>.
|
||||
|
||||
* locales/crh_UA: Fix first day of week and a few spellings.
|
||||
Patch by Reþat SABIQ <tilde.birlik@gmail.com>.
|
||||
|
||||
|
@ -328,4 +328,8 @@ LC_MESSAGES
|
||||
yesexpr "<U005E><U005B><U0079><U0059><U005D>"
|
||||
#
|
||||
noexpr "<U005E><U005B><U006E><U004E><U005D>"
|
||||
#
|
||||
yesstr "<U0059><U0065><U0073>"
|
||||
#
|
||||
nostr "<U004E><U006F>"
|
||||
END LC_MESSAGES
|
||||
|
@ -132,6 +132,8 @@ END LC_TIME
|
||||
LC_MESSAGES
|
||||
yesexpr "<U005E><U005B><U0079><U0059><U005D><U002E><U002A>"
|
||||
noexpr "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>"
|
||||
yesstr "<U0059><U0065><U0073>"
|
||||
nostr "<U004E><U006F>"
|
||||
END LC_MESSAGES
|
||||
|
||||
LC_PAPER
|
||||
|
Loading…
Reference in New Issue
Block a user