[Bug localedata/31411] Add Latgalian locale

maiku.fabian at gmail dot com sourceware-bugzilla@sourceware.org
Tue Jun 11 11:42:31 GMT 2024


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

--- Comment #3 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Why are the names for months in you  comments different from those in the
variables below?:

% Months, LVS 24:1993 6.3.3.
% janvars, februars, marts, apreļs, majs, juņs, juļs, augusts, septembris,
oktobris, novembris, decembris
% LV:  jan, feb, mar, apr, mai, jūn, jūl, aug, sep, okt, nov, dec
% LTG: jan, feb, mar, apr, maj, juņ, juļ, aug, sep, okt, nov, dec

% Dienas, LVS 24:1993 6.3.1.
% pyrmūdīne, ūtardīne, trešdīne, catūrtdīne, pīktdīne, sastdīne, svātdīne
% LV:  P, O, T, C, Pk, S, Sv
% LTG: P, Ū, T, C, Pk, S, Sv
% LV:  Pr, Ot, Tr, Ce, Pk, Se, Sv
% LTG: Pr, Ūt, Tr, Ca, Pk, Sa, Sv

LC_TIME
abday    "Sv";"P ";/
         "Ū ";"T ";/
         "C ";"Pk";/
         "S "
day      "svātdīná";/
         "pyrmūdīná";/
         "ūtornīks";/
         "trešdīná";/
         "catūrgs";/
         "pīktdīná";/
         "sastdīná"
abmon    "jan";"feb";/
         "mar";"apr";/
         "maj";"jun";/
         "jul";"aug";/
         "sep";"okt";/
         "nov";"dec"
mon      "janvarș";/
         "febralș";/
         "marts";/
         "aprelș";/
         "majș";/
         "junș";/
         "julș";/
         "augusts";/
         "septembris";/
         "oktobris";/
         "novembris";/
         "decembris"

For example the comment says in LTG “juņ” (last letter is ņ U+0146 LATIN SMALL
LETTER N WITH CEDILLA) but abmon contains just “jun”.

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


More information about the Glibc-bugs mailing list