This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.28.9000-177-ga68ec8e


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  a68ec8eac27ba5bed195bf574fdc0f391cde6fbf (commit)
      from  47c49251d559b4a84da4a6f3e5e4683ce46fd8bd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a68ec8eac27ba5bed195bf574fdc0f391cde6fbf

commit a68ec8eac27ba5bed195bf574fdc0f391cde6fbf
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Fri Oct 5 22:52:51 2018 +0200

    kl_GL: Update the month names and date formats (bug 23740).
    
    Month names as provided by Oqaasileriffik, the official Greenlandic
    language regulator.  They have recently reached the consensus regarding
    the orthography of the month names.
    
    Date formats updated to match the correct Greenlandic order which is MDY.
    
    	[BZ #23740]
    	* localedata/locales/kl_GL (mon): Update, the relative case.
    	(alt_mon): Add, fill with month names in the nominative case.
    	(d_t_fmt): Set to "%a %b %d %Y %T %Z".
    	(d_fmt): Set to "%b %d %Y".

diff --git a/ChangeLog b/ChangeLog
index 4c865ab..70782a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-10-08  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[BZ #23740]
+	* localedata/locales/kl_GL (mon): Update, the relative case.
+	(alt_mon): Add, fill with month names in the nominative case.
+	(d_t_fmt): Set to "%a %b %d %Y %T %Z".
+	(d_fmt): Set to "%b %d %Y".
+
 2018-10-04  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
diff --git a/localedata/locales/kl_GL b/localedata/locales/kl_GL
index 5723ce7..986d252 100644
--- a/localedata/locales/kl_GL
+++ b/localedata/locales/kl_GL
@@ -87,20 +87,32 @@ abmon    "jan";"feb";/
          "jul";"aug";/
          "sep";"okt";/
          "nov";"dec"
-mon      "januari";/
-         "februari";/
-         "martsi";/
-         "aprili";/
-         "maji";/
-         "juni";/
-         "juli";/
-         "augustusi";/
-         "septemberi";/
-         "oktoberi";/
-         "novemberi";/
-         "decemberi"
-d_t_fmt     "%a %d %b %Y %T %Z"
-d_fmt       "%d %b %Y"
+alt_mon  "januaari";/
+         "februaari";/
+         "marsi";/
+         "apriili";/
+         "maaji";/
+         "juuni";/
+         "juuli";/
+         "aggusti";/
+         "septembari";/
+         "oktobari";/
+         "novembari";/
+         "decembari"
+mon      "januaarip";/
+         "februaarip";/
+         "marsip";/
+         "apriilip";/
+         "maajip";/
+         "juunip";/
+         "juulip";/
+         "aggustip";/
+         "septembarip";/
+         "oktobarip";/
+         "novembarip";/
+         "decembarip"
+d_t_fmt     "%a %b %d %Y %T %Z"
+d_fmt       "%b %d %Y"
 t_fmt       "%T"
 am_pm       "";""
 t_fmt_ampm  ""

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    8 ++++++++
 localedata/locales/kl_GL |   40 ++++++++++++++++++++++++++--------------
 2 files changed, 34 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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