From 182a3746b8cc28784718c8ea27346e97d1423945 Mon Sep 17 00:00:00 2001 From: mansayk <6688000@gmail.com> Date: Sat, 16 Mar 2019 11:33:30 +0300 Subject: [PATCH] tt_RU: Fix orthographic mistakes in mon and abmon sections [BZ #24369] This commit fixes some errors and converts all month names to lowercase. The content is synchronized with CLDR-35.1 now but trailing dots are removed from abmon values in order to maintain consistency with the previous values and with many other locales which do the same. [BZ #24369] * localedata/locales/tt_RU (mon): Update from CLDR-35.1, fix errors. (abmon): Likewise, but remove the trailing dots. --- ChangeLog | 6 +++++ localedata/locales/tt_RU | 48 ++++++++++++++++++++-------------------- 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 674879840da..05b2ae7cc62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-05-28 mansayk <6688000@gmail.com> + + [BZ #24369] + * localedata/locales/tt_RU (mon): Update from CLDR-35.1, fix errors. + (abmon): Likewise, but remove the trailing dots. + 2019-05-28 Joseph Myers * inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro. diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU index f6b570d53c7..b0254baf172 100644 --- a/localedata/locales/tt_RU +++ b/localedata/locales/tt_RU @@ -206,30 +206,30 @@ abday "";/ "";/ "";/ "" -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" d_t_fmt "%a %d %b %Y %T" d_fmt "%d.%m.%Y" t_fmt "%T" -- 2.39.2