glibc/localedata/locales/ast_ES
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

163 lines
3.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.
% Asturian Language Locale for Spain
% Source:
% Address:
% Contact: Jordi Mallach
% Email: jordi@gnu.org
% Language: ast
% Territory: ES
% Revision: 1.0
% Date: 2005-08-26
% Application: general
% Users: general
%
% This file is under the
% GNU General Public License.
% Based in the an_ES Locale
LC_IDENTIFICATION
title "Asturian locale for Spain"
source ""
address ""
contact "Jordi Mallach"
email "jordi@gnu.org"
tel ""
fax ""
language "Asturian"
territory "Spain"
revision "1.0"
date "2005-08-26"
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_COLLATE
copy "es_ES"
END LC_COLLATE
LC_CTYPE
copy "es_ES"
END LC_CTYPE
LC_MESSAGES
yesexpr "^[+1sSyY]"
noexpr "^[-0nN]"
yesstr "s<U00ED>"
nostr "non"
END LC_MESSAGES
LC_MONETARY
copy "es_ES"
END LC_MONETARY
LC_NUMERIC
copy "es_ES"
END LC_NUMERIC
LC_TIME
% Days of week in Asturian
% llunes, martes, miércoles, xueves, vienres, sábadu, domingu
% llu, mar, mié, xue, vie, sáb, dom
abday "dom";"llu";"mar";"mi<U00E9>";"xue";"vie";"s<U00E1>b"
day "domingu";/
"llunes";/
"martes";/
"mi<U00E9>rcoles";/
"xueves";/
"vienres";/
"s<U00E1>badu"
% Month names in Asturian
% xineru, febreru, marzu, abril, mayu, xunu, xunetu, agostu, setiembre,
% ochobre, payares, avientu
% Abbreviated form of xunetu is "xnt"
abmon "xin";"feb";/
"mar";"abr";/
"may";"xun";/
"xnt";"ago";/
"set";"och";/
"pay";"avi"
alt_mon "xineru";/
"febreru";/
"marzu";/
"abril";/
"mayu";/
"xunu";/
"xunetu";/
"agostu";/
"setiembre";/
"ochobre";/
"payares";/
"avientu"
d_t_fmt "%a %d %b %Y %T"
date_fmt "%a %d %b %Y %T %Z"
d_fmt "%d//%m//%y"
t_fmt "%T"
% Month names in genitive form:
% de xineru, de febreru, de marzu, dabril, de mayu, de xunu,
% de xunetu, dagostu, de setiembre, dochobre, de payares, davientu
mon "de xineru";/
"de febreru";/
"de marzu";/
"d<U2019>abril";/
"de mayu";/
"de xunu";/
"de xunetu";/
"d<U2019>agostu";/
"de setiembre";/
"d<U2019>ochobre";/
"de payares";/
"d<U2019>avientu"
am_pm "";""
t_fmt_ampm ""
week 7;19971130;4
first_weekday 2
END LC_TIME
LC_PAPER
copy "es_ES"
END LC_PAPER
LC_TELEPHONE
copy "es_ES"
END LC_TELEPHONE
LC_MEASUREMENT
copy "es_ES"
END LC_MEASUREMENT
LC_NAME
copy "es_ES"
END LC_NAME
LC_ADDRESS
postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
country_name "Espa<U00F1>a"
country_ab2 "ES"
country_ab3 "ESP"
country_num 724
country_car "E"
lang_name "asturianu"
lang_term "ast"
lang_lib "ast"
END LC_ADDRESS