public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/1] cs_CZ: Add alternative month names (bug 22963).
@ 2018-03-13 22:25 Rafal Luzynski
  2018-03-13 22:28 ` [PATCH 1/1] " Rafal Luzynski
  0 siblings, 1 reply; 3+ messages in thread
From: Rafal Luzynski @ 2018-03-13 22:25 UTC (permalink / raw)
  To: libc-alpha

123456789012345678901234567890123456789012345678901234567890123456789012
Following the previous work on bug 10871 [1] now it's time to add alternative
month names (nominative; and the primary month names should be genitive
now) for Czech language.

The rules of Czech language are not fully clear for me: I don't know if
the usage of the genitive case in dates is obligatory (probably no), encouraged
(probably yes), more natural (probably yes), neutral (maybe?), discouraged
(I don't know), only if whole date is in a genitive context (hopefully no),
totally prohibited (probably no).  But now as a Czech translator has pushed
the genitive cases to GLib [2] and confirmed that this is what he wants
I think we should do the same here.  The change in GLib will cause the
genitive cases to appear in GLib with *older* versions of glibc than 2.27
while in newer versions there will be only nominative cases.  The reason
is that GLib provides the genitive cases for the systems which do not support
them.  glibc 2.27 does support genitive cases but does not provide them for
Czech language.  This does not make sense. We should push the change and
assume that the Czech translators will handle the exceptions themselves.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=10871
[2] https://gitlab.gnome.org/GNOME/glib/commit/4e8a4d0

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

* [PATCH 1/1] cs_CZ: Add alternative month names (bug 22963).
  2018-03-13 22:25 [PATCH 0/1] cs_CZ: Add alternative month names (bug 22963) Rafal Luzynski
@ 2018-03-13 22:28 ` Rafal Luzynski
  2018-03-15  9:34   ` Rafal Luzynski
  0 siblings, 1 reply; 3+ messages in thread
From: Rafal Luzynski @ 2018-03-13 22:28 UTC (permalink / raw)
  To: libc-alpha

	[BZ #22963]
	* localedata/locales/cs_CZ: alternative month names added,
	primary month names are genitive now.
---
 localedata/locales/cs_CZ | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ
index 16a2b02..41fbd2b 100644
--- a/localedata/locales/cs_CZ
+++ b/localedata/locales/cs_CZ
@@ -283,7 +283,7 @@ day		"Ned<U011B>le";/
 		"P<U00E1>tek";/
 		"Sobota"
 
-mon		"leden";/
+alt_mon		"leden";/
 		"<U00FA>nor";/
 		"b<U0159>ezen";/
 		"duben";/
@@ -345,6 +345,19 @@ abmon		"led";/
 %		"Nov";/
 %		"Dec"
 
+mon		"ledna";/
+		"<U00FA>nora";/
+		"b<U0159>ezna";/
+		"dubna";/
+		"kv<U011B>tna";/
+		"<U010D>ervna";/
+		"<U010D>ervence";/
+		"srpna";/
+		"z<U00E1><U0159><U00ED>";/
+		"<U0159><U00ED>jna";/
+		"listopadu";/
+		"prosince"
+
 week		7;19971130;4
 first_weekday	2
 
-- 
2.7.5

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

* Re: [PATCH 1/1] cs_CZ: Add alternative month names (bug 22963).
  2018-03-13 22:28 ` [PATCH 1/1] " Rafal Luzynski
@ 2018-03-15  9:34   ` Rafal Luzynski
  0 siblings, 0 replies; 3+ messages in thread
From: Rafal Luzynski @ 2018-03-15  9:34 UTC (permalink / raw)
  To: libc-alpha

13.03.2018 23:28 Rafal Luzynski <digitalfreak@lingonborough.com> wrote:
>
>
> [BZ #22963]
> * localedata/locales/cs_CZ: alternative month names added,
> primary month names are genitive now.
> ---
> localedata/locales/cs_CZ | 15 ++++++++++++++-
> 1 file changed, 14 insertions(+), 1 deletion(-)
> [...]

Pushed to master with minor tweaks of the ChangeLog but I am going
to backport it to 2.27 stable as well.

Regards,

Rafal

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

end of thread, other threads:[~2018-03-15  9:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 22:25 [PATCH 0/1] cs_CZ: Add alternative month names (bug 22963) Rafal Luzynski
2018-03-13 22:28 ` [PATCH 1/1] " Rafal Luzynski
2018-03-15  9:34   ` Rafal Luzynski

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).