From 832f8e048773da9aac99cd1ee57f2ccbd40860f6 Mon Sep 17 00:00:00 2001 From: Akhilesh Kumar Date: Mon, 24 Jul 2017 12:26:11 +0530 Subject: Fix LC_TIME for mai_IN [BZ #21822] * locales/mai_IN (LC_TIME): Fix abday, day, mon etc... --- localedata/ChangeLog | 5 +++ localedata/locales/mai_IN | 82 ++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 83 insertions(+), 4 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 8be4144..d045ca9 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2017-07-25 Akhilesh Kumar + + [BZ #21822] + * locales/mai_IN (LC_TIME): Fix abday, day, mon etc... + 2017-07-24 Akhilesh Kumar [BZ #21821] diff --git a/localedata/locales/mai_IN b/localedata/locales/mai_IN index 5172475..ae7ec0d 100644 --- a/localedata/locales/mai_IN +++ b/localedata/locales/mai_IN @@ -11,19 +11,20 @@ escape_char / % Maithili language locale for India. % Contributed by Rajesh Ranjan and % Sangeeta Kumari . +% Akhilesh Kumar . LC_IDENTIFICATION title "Maithili language locale for India" source "Maithili Computing Research Center, Pune, India" address "B-3/302, Lunkad Daffodills, Viman Nagar, Pune, India" contact "" -email "rajeshkajha@yahoo.com" +email "rajeshkajha@yahoo.com,akhilesh.k@samusng.com" tel "" fax "" language "Maithili" territory "India" -revision "1.0" -date "2006-11-01" +revision "1.1" +date "2017-24-07" category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_CTYPE @@ -58,7 +59,80 @@ END LC_NUMERIC LC_TIME -copy "hi_IN" +% Abbreviated weekday names (%a) +abday "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% +% Full weekday names (%A) +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% +% Abbreviated month names (%b) +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Full month names (%B) +% Maithili uses a lunar calendar. When gregorian month names +% are needed, the names are the same names than those used +% by Hindi +% https://en.wikipedia.org/wiki/Tirhuta_Panchang +% https://en.wikipedia.org/wiki/Maithili_language#cite_ref-20 +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% +% Equivalent of AM PM +am_pm "";/ + "" +% +% Appropriate date and time representation +% %A %d %b %Y%I:%M:%S %Z +d_t_fmt "/ +/ +" +% +% Appropriate date representation +% %A %d %b %Y +d_fmt "/ +" +% +% Appropriate time representation +% %I:%M:%S %Z +t_fmt "/ +" +% +% Appropriate 12 h time representation (%r) +t_fmt_ampm "/ +" +week 7;19971130;1 END LC_TIME -- cgit v1.1