From f49839299a085505eb673544744b61d2d9cdd1db Mon Sep 17 00:00:00 2001 From: Alexey Balmashnov Date: Mon, 9 May 2011 19:12:15 -0400 Subject: [PATCH] Month names in Russian Localization should be in lowercase --- NEWS | 8 ++++---- localedata/ChangeLog | 4 ++++ localedata/locales/ru_RU | 38 +++++++++++++++++++------------------- 3 files changed, 27 insertions(+), 23 deletions(-) diff --git a/NEWS b/NEWS index 3944ea0..abc2006 100644 --- a/NEWS +++ b/NEWS @@ -9,10 +9,10 @@ Version 2.14 * The following bugs are resolved with this release: - 11724, 11947, 12158, 12178, 12200, 12346, 12393, 12420, 12445, 12449, - 12454, 12460, 12469, 12489, 12509, 12510, 12518, 12541, 12545, 12551, - 12583, 12587, 12597, 12611, 12631, 12650, 12653, 12655, 12660, 12681, - 12685, 12711, 12713, 12714, 12717, 12723, 12734, 12738 + 11724, 11945, 11947, 12158, 12178, 12200, 12346, 12393, 12420, 12445, + 12449, 12454, 12460, 12469, 12489, 12509, 12510, 12518, 12541, 12545, + 12551, 12583, 12587, 12597, 12611, 12631, 12650, 12653, 12655, 12660, + 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12734, 12738 * The RPC implementation in libc is obsoleted. Old programs keep working but new programs cannot be linked with the routines in libc anymore. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 6ef63d9..3358a67 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2011-05-09 Ulrich Drepper + [BZ #11945] + * locales/ru_RU [LC_TIME]: Lowercase month names. + Patch by Alexey Balmashnov . + [BZ #11947] * locales/mhr_RU: New file. * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry. diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU index c4f8158..7cf5455 100644 --- a/localedata/locales/ru_RU +++ b/localedata/locales/ru_RU @@ -109,13 +109,13 @@ day "< "";/ "";/ "" -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abday ".";/ + ".";/ + ".";/ + ".";/ + ".";/ + ".";/ + "." mon "";/ "";/ "";/ @@ -128,18 +128,18 @@ mon "";/ "";/ "";/ "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon ".";/ + ".";/ + "";/ + ".";/ + "";/ + "";/ + "";/ + ".";/ + ".";/ + ".";/ + ".";/ + "." d_t_fmt "/ " d_fmt "" -- 2.7.4