glibc/localedata/locales/ar_IN
Rafał Lużyński 75ba929987 Multiple locales: Add date_fmt (bug 24054)
It is not specified what should be the content of d_t_fmt and date_fmt
but in the built-in C locale those fields have only one difference:
date_fmt contains "%Z" (the current time zone) while d_t_fmt does not.

For most of the locales this commit does the following operation:
copy d_t_fmt to date_fmt, and then remove "%Z" from d_t_fmt.
If "%Z" was originally missing from d_t_fmt add it to date_fmt.
It also corrects comments where necessary.

Exceptions:

* In bo_CN, dz_BT, and km_KH "%Z" has not been added to date_fmt because
  it was too difficult.  In these locales date_fmt has been set to the
  copy of d_t_fmt.
* In en_DK "%Z" has not been removed from d_t_fmt in order to preserve
  the conformance with the standard mentioned in the comment.

The command to identify and initially edit the locales that need the
update was:

    for i in `grep -lw d_t_fmt *`
    do
        if ! grep -qw date_fmt $i ; then
            awk '/d_t_fmt/ { print $0; gsub("d_t_fmt", "date_fmt"); } //{ print $0 }' < $i > $i.next
            mv $i.next $i
        fi
    done

and then each file was further edited manually.
2020-01-02 11:45:45 +01:00

170 lines
4.6 KiB
Plaintext

comment_char %
escape_char /
% This file is part of the GNU C Library and contains locale data.
% The Free Software Foundation does not claim any copyright interest
% in the locale data contained in this file. The foregoing does not
% affect the license of the GNU C Library as a whole. It does not
% exempt you from the conditions of the license if your use would
% otherwise be governed by that license.
% Contributed by Kentaro Noji (knoji@jp.ibm.com)
% Tetsuji Oriata (Oriata@jp.ibm.com) and Others, 2000
LC_IDENTIFICATION
title "Arabic language locale for India"
source "IBM Globalization Center of Competency, Yamato Software Laboratory"
address "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
contact ""
email "bug-glibc-locales@gnu.org"
tel ""
fax ""
language "Arabic"
territory "India"
revision "1.0"
date "2000,October,27 (XML source:2000,July,20)"
category "i18n:2012";LC_IDENTIFICATION
category "i18n:2012";LC_CTYPE
category "i18n:2012";LC_COLLATE
category "i18n:2012";LC_TIME
category "i18n:2012";LC_NUMERIC
category "i18n:2012";LC_MONETARY
category "i18n:2012";LC_MESSAGES
category "i18n:2012";LC_PAPER
category "i18n:2012";LC_NAME
category "i18n:2012";LC_ADDRESS
category "i18n:2012";LC_TELEPHONE
category "i18n:2012";LC_MEASUREMENT
END LC_IDENTIFICATION
LC_CTYPE
copy "ar_EG"
END LC_CTYPE
LC_COLLATE
% Copy the template from ISO/IEC 14651
copy "iso14651_t1"
END LC_COLLATE
LC_MONETARY
copy "hi_IN"
END LC_MONETARY
LC_NUMERIC
copy "hi_IN"
END LC_NUMERIC
LC_TIME
% This is the POSIX Locale definition for the LC_TIME category
% generated by IBM Basic CountryPack Transformer.
% These are generated based on XML base Locale definition file
% for IBM Class for Unicode.
%
% Abbreviated weekday names (%a)
abday "<U062D>";"<U0646>";/
"<U062B>";"<U0631>";/
"<U062E>";"<U062C>";/
"<U0633>"
%
% Full weekday names (%A)
day "<U0627><U0644><U0623><U062D><U062F>";"<U0627><U0644><U0627><U062B><U0646><U064A><U0646>";/
"<U0627><U0644><U062B><U0644><U0627><U062B><U0627><U0621>";"<U0627><U0644><U0623><U0631><U0628><U0639><U0627><U0621>";/
"<U0627><U0644><U062E><U0645><U064A><U0633>";"<U0627><U0644><U062C><U0645><U0639><U0629>";/
"<U0627><U0644><U0633><U0628><U062A>"
%
% Abbreviated month names (%b)
abmon "<U064A><U0646><U0627>";"<U0641><U0628><U0631>";/
"<U0645><U0627><U0631>";"<U0623><U0628><U0631>";/
"<U0645><U0627><U064A>";"<U064A><U0648><U0646>";/
"<U064A><U0648><U0644>";"<U0623><U063A><U0633>";/
"<U0633><U0628><U062A>";"<U0623><U0643><U062A>";/
"<U0646><U0648><U0641>";"<U062F><U064A><U0633>"
%
% Full month names (%B)
mon "<U064A><U0646><U0627><U064A><U0631>";"<U0641><U0628><U0631><U0627><U064A><U0631>";/
"<U0645><U0627><U0631><U0633>";"<U0623><U0628><U0631><U064A><U0644>";/
"<U0645><U0627><U064A><U0648>";"<U064A><U0648><U0646><U064A><U0648>";/
"<U064A><U0648><U0644><U064A><U0648>";"<U0623><U063A><U0633><U0637><U0633>";/
"<U0633><U0628><U062A><U0645><U0628><U0631>";"<U0623><U0643><U062A><U0648><U0628><U0631>";/
"<U0646><U0648><U0641><U0645><U0628><U0631>";"<U062F><U064A><U0633><U0645><U0628><U0631>"
%
% Equivalent of AM PM
am_pm "<U0635>";"<U0645>"
%
% Appropriate date and time representation
d_t_fmt "%A %d %B %Y %I:%M:%S %p"
%
% Appropriate date and time representation for date(1)
date_fmt "%A %d %B %Y %I:%M:%S %p %Z"
%
% Appropriate date representation
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"
%
week 7;19971130;1
END LC_TIME
LC_MESSAGES
copy "ar_EG"
END LC_MESSAGES
LC_PAPER
copy "hi_IN"
END LC_PAPER
LC_NAME
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category
% generated by IBM Basic CountryPack Transformer.
%
%
name_fmt "%p%t%f%t%g"
name_gen ""
name_mr "Mr."
name_mrs "Mrs."
name_miss "Miss."
name_ms "Ms."
END LC_NAME
LC_ADDRESS
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category
% generated by IBM Basic CountryPack Transformer.
postal_fmt "%z%c%T%s%b%e%r"
country_name "<U0627><U0644><U0647><U0646><U062F>"
country_ab2 "IN"
country_ab3 "IND"
country_num 356
country_car "IND"
lang_name "<U0627><U0644><U0639><U0631><U0628><U064A><U0629>"
lang_ab "ar"
lang_term "ara"
lang_lib "ara"
END LC_ADDRESS
LC_TELEPHONE
copy "hi_IN"
END LC_TELEPHONE
LC_MEASUREMENT
copy "hi_IN"
END LC_MEASUREMENT