This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/25044] Incorrect days of the week abbreviation (abday) in ru_UA locale


https://sourceware.org/bugzilla/show_bug.cgi?id=25044

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Rafal Luzynski <rl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c372d2e863075cbc4b24141743026954b6e2457e

commit c372d2e863075cbc4b24141743026954b6e2457e
Author: Rafał Lużyński <digitalfreak@lingonborough.com>
Date:   Tue Oct 1 22:11:47 2019 +0200

    ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044)

    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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]