public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/21271] cv_RU: update translations
       [not found] <bug-21271-131@http.sourceware.org/bugzilla/>
@ 2024-05-22  9:19 ` maiku.fabian at gmail dot com
  2024-05-22  9:23 ` maiku.fabian at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-05-22  9:19 UTC (permalink / raw)
  To: glibc-bugs

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.40
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug localedata/21271] cv_RU: update translations
       [not found] <bug-21271-131@http.sourceware.org/bugzilla/>
  2024-05-22  9:19 ` [Bug localedata/21271] cv_RU: update translations maiku.fabian at gmail dot com
@ 2024-05-22  9:23 ` maiku.fabian at gmail dot com
  2024-05-22 15:15 ` maiku.fabian at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-05-22  9:23 UTC (permalink / raw)
  To: glibc-bugs

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug localedata/21271] cv_RU: update translations
       [not found] <bug-21271-131@http.sourceware.org/bugzilla/>
  2024-05-22  9:19 ` [Bug localedata/21271] cv_RU: update translations maiku.fabian at gmail dot com
  2024-05-22  9:23 ` maiku.fabian at gmail dot com
@ 2024-05-22 15:15 ` maiku.fabian at gmail dot com
  2024-05-22 15:25 ` maiku.fabian at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-05-22 15:15 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #8 from Mike FABIAN <maiku.fabian at gmail dot com> ---
"day" and "mon" in the cv_RU locale provided here by Olga Smirnova agree with
CLDR.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug localedata/21271] cv_RU: update translations
       [not found] <bug-21271-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2024-05-22 15:15 ` maiku.fabian at gmail dot com
@ 2024-05-22 15:25 ` maiku.fabian at gmail dot com
  2024-05-23 13:46 ` cvs-commit at gcc dot gnu.org
  2024-05-23 13:48 ` maiku.fabian at gmail dot com
  5 siblings, 0 replies; 6+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-05-22 15:25 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #9 from Mike FABIAN <maiku.fabian at gmail dot com> ---
LC_ADDRESS
copy "ru_RU"
END LC_ADDRESS

cannot work because then the language name and language codes would be wrong,
ru_RU contains:

LC_ADDRESS
postal_fmt    "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
country_name "Россия"
country_ab2 "RU"
country_ab3 "RUS"
country_num 643
country_car    "RUS"
lang_name   "русский"
lang_ab      "ru"
lang_term    "rus"
lang_lib    "rus"
END LC_ADDRESS

So probably it should be 

LC_ADDRESS
postal_fmt    "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
country_ab2 "RU"
country_ab3 "RUS"
country_num 643
country_car    "RUS"
% Чӑвашла
lang_name    "чӑваш"
lang_ab      "cv"
lang_term    "chv"
lang_lib     "chv"
END LC_ADDRESS

(lang_anme taken from CLDR:

https://github.com/unicode-org/cldr/blob/main/common/main/cv.xml#L23
)

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug localedata/21271] cv_RU: update translations
       [not found] <bug-21271-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2024-05-22 15:25 ` maiku.fabian at gmail dot com
@ 2024-05-23 13:46 ` cvs-commit at gcc dot gnu.org
  2024-05-23 13:48 ` maiku.fabian at gmail dot com
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-23 13:46 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #10 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

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

commit 28bf4783d9dfe6174de0fc90681da444a028e2a3
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed May 22 17:42:18 2024 +0200

    localedata: cv_RU: update translation

    Resolves: BZ # 21271

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug localedata/21271] cv_RU: update translations
       [not found] <bug-21271-131@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2024-05-23 13:46 ` cvs-commit at gcc dot gnu.org
@ 2024-05-23 13:48 ` maiku.fabian at gmail dot com
  5 siblings, 0 replies; 6+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-05-23 13:48 UTC (permalink / raw)
  To: glibc-bugs

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #11 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Fixed in glibc master.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-23 13:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21271-131@http.sourceware.org/bugzilla/>
2024-05-22  9:19 ` [Bug localedata/21271] cv_RU: update translations maiku.fabian at gmail dot com
2024-05-22  9:23 ` maiku.fabian at gmail dot com
2024-05-22 15:15 ` maiku.fabian at gmail dot com
2024-05-22 15:25 ` maiku.fabian at gmail dot com
2024-05-23 13:46 ` cvs-commit at gcc dot gnu.org
2024-05-23 13:48 ` maiku.fabian at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).