From b0e477a9aa6dafd5b9780b2248e61620e2c83d32 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 29 Oct 2009 22:30:25 -0700 Subject: [PATCH] Define yesstr and nostr for a few locales. --- localedata/ChangeLog | 4 ++++ localedata/locales/POSIX | 4 ++++ localedata/locales/en_US | 2 ++ 3 files changed, 10 insertions(+) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 5e02534..bfb384d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2009-10-29 Ulrich Drepper + * locales/POSIX: Define yesstr and nostr. + * locales/en_US: Likewise. + Patch by Petr Machata . + * locales/crh_UA: Fix first day of week and a few spellings. Patch by Reþat SABIQ . diff --git a/localedata/locales/POSIX b/localedata/locales/POSIX index 00c5b4a..457ce6e 100644 --- a/localedata/locales/POSIX +++ b/localedata/locales/POSIX @@ -328,4 +328,8 @@ LC_MESSAGES yesexpr "" # noexpr "" +# +yesstr "" +# +nostr "" END LC_MESSAGES diff --git a/localedata/locales/en_US b/localedata/locales/en_US index 38425e8..a41f5bc 100644 --- a/localedata/locales/en_US +++ b/localedata/locales/en_US @@ -132,6 +132,8 @@ END LC_TIME LC_MESSAGES yesexpr "" noexpr "" +yesstr "" +nostr "" END LC_MESSAGES LC_PAPER -- 2.7.4