From 57ada43c905eec7ba28fe60a08b93a52d88e26c1 Mon Sep 17 00:00:00 2001 From: mansayk <6688000@gmail.com> Date: Sat, 16 Mar 2019 11:05:22 +0300 Subject: [PATCH] tt_RU: Fix orthographic mistakes in day and abday sections [BZ #24296] This commit fixes some errors and converts all weekday names to lowercase. The content is synchronized with CLDR-34 now, but trailing dots are removed from abday values in order to maintain consistency with the previous values and with many other locales which do the same. [BZ #24296] * localedata/locales/tt_RU (day): Update from CLDR-34, fix errors. (abday): Likewise, but remove the trailing dots. --- ChangeLog | 6 ++++++ localedata/locales/tt_RU | 28 ++++++++++++++-------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9889d21..c27da0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-03-20 mansayk <6688000@gmail.com> + + [BZ #24296] + * localedata/locales/tt_RU (day): Update from CLDR-34, fix errors. + (abday): Likewise, but remove the trailing dots. + 2019-03-19 Joseph Myers * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SB): New diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU index b3b79b2..f6b570d 100644 --- a/localedata/locales/tt_RU +++ b/localedata/locales/tt_RU @@ -192,20 +192,20 @@ copy "ru_RU" END LC_NUMERIC LC_TIME -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abday "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" mon "";/ "";/ "";/ -- 2.7.4