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

[COMMITTED][PATCH] lt_LT: Add alternative month names (bug 10871).


	[BZ #10871]
	* localedata/locales/lt_LT (alt_mon): Import from CLDR (nominative
	case).
---
 ChangeLog                |  6 ++++++
 localedata/locales/lt_LT | 12 ++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 74a3d73..73bf727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2018-01-29  Rafal Luzynski  <digitalfreak@lingonborough.com>
 
 	[BZ #10871]
+	* localedata/locales/lt_LT (alt_mon): Import from CLDR (nominative
+	case).
+
+2018-01-29  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[BZ #10871]
 	* localedata/locales/be_BY (mon): Rename to...
 	(alt_mon): This, then synchronize with CLDR (nominative case).
 	(abmon): Rename to...
diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT
index a493c32..c935fcf 100644
--- a/localedata/locales/lt_LT
+++ b/localedata/locales/lt_LT
@@ -207,6 +207,18 @@ abmon     "Sau";"Vas";/
           "Lie";"Rgp";/
           "Rgs";"Spa";/
           "Lap";"Grd"
+alt_mon   "sausis";/
+          "vasaris";/
+          "kovas";/
+          "balandis";/
+          "gegu<U017E><U0117>";/
+          "bir<U017E>elis";/
+          "liepa";/
+          "rugpj<U016B>tis";/
+          "rugs<U0117>jis";/
+          "spalis";/
+          "lapkritis";/
+          "gruodis"
 mon       "sausio";/
           "vasario";/
           "kovo";/
-- 
2.7.5


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