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]

[PATCH] localedata: lt_LT: use hyphens in d_fmt [BZ #20497]


The standard currently in effect (LST ISO 8601:1997) mandates the use of
hyphens (as opposed to full stops, currently) in date formats.
---
 localedata/locales/lt_LT | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT
index 78ed64c..e36a895 100644
--- a/localedata/locales/lt_LT
+++ b/localedata/locales/lt_LT
@@ -2188,7 +2188,7 @@ mon       "<U0073><U0061><U0075><U0073><U0069><U006F>";/
           "<U006C><U0061><U0070><U006B><U0072><U0069><U010D><U0069><U006F>";/
           "<U0067><U0072><U0075><U006F><U0064><U017E><U0069><U006F>"
 d_t_fmt   "<U0025><U0059><U0020><U006D><U002E><U0020><U0025><U0042><U0020><U0025><U0064><U0020><U0064><U002E><U0020><U0025><U0054>"
-d_fmt     "<U0025><U0059><U002E><U0025><U006D><U002E><U0025><U0064>"
+d_fmt     "<U0025><U0059><U002D><U0025><U006D><U002D><U0025><U0064>"
 t_fmt     "<U0025><U0054>"
 am_pm     "";""
 t_fmt_ampm ""
-- 
2.9.3


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