From c372d2e863075cbc4b24141743026954b6e2457e Mon Sep 17 00:00:00 2001 From: Rafał Lużyński Date: Tue, 1 Oct 2019 22:11:47 +0200 Subject: ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replacing incorrect abbreviated weekday names "Пнд", "Вто", "Срд"... with correct ones "Пн", "Вт", "Ср"... makes the LC_TIME sections in those two locales almost identical. The only remaining difference was that ab_alt_mon elements in ru_UA were lowercase while in ru_RU they had the first letter uppercase, the latter was pointed as a better choice by a native speaker. This commit unifies LC_TIME between ru_RU and ru_UA. --- localedata/locales/ru_UA | 70 +----------------------------------------------- 1 file changed, 1 insertion(+), 69 deletions(-) (limited to 'localedata/locales/ru_UA') diff --git a/localedata/locales/ru_UA b/localedata/locales/ru_UA index 381370cb05..fa1eb5b999 100644 --- a/localedata/locales/ru_UA +++ b/localedata/locales/ru_UA @@ -83,75 +83,7 @@ grouping 3;3 END LC_NUMERIC LC_TIME -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -alt_mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -ab_alt_mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -d_t_fmt "%a %d %b %Y %T" -d_fmt "%d.%m.%Y" -t_fmt "%T" -am_pm "";"" -t_fmt_ampm "" -week 7;19971130;1 -first_weekday 2 +copy "ru_RU" END LC_TIME LC_PAPER -- cgit 1.4.1