mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Added new locale en_SC
New locale is added for the Seychelles which is a member of the African Union. English is an offical language for the Seychelles. [BZ #21854] * locales/en_SC: New file. * localedata/SUPPORTED : Add en_SC/UTF-8.
This commit is contained in:
parent
139237a4f9
commit
e119dfcfd6
@ -1,3 +1,9 @@
|
||||
2017-08-04 Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||
|
||||
[BZ #21854]
|
||||
* locales/en_SC: New file.
|
||||
* localedata/SUPPORTED : Add en_SC/UTF-8.
|
||||
|
||||
2017-08-07 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile ($(objpfx)tst-trans.out)
|
||||
|
@ -148,6 +148,7 @@ en_NZ.UTF-8/UTF-8 \
|
||||
en_NZ/ISO-8859-1 \
|
||||
en_PH.UTF-8/UTF-8 \
|
||||
en_PH/ISO-8859-1 \
|
||||
en_SC.UTF-8/UTF-8 \
|
||||
en_SG.UTF-8/UTF-8 \
|
||||
en_SG/ISO-8859-1 \
|
||||
en_US.UTF-8/UTF-8 \
|
||||
|
119
localedata/locales/en_SC
Normal file
119
localedata/locales/en_SC
Normal file
@ -0,0 +1,119 @@
|
||||
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.
|
||||
|
||||
% Locale for English locale in the Seychelles
|
||||
% Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||
|
||||
LC_IDENTIFICATION
|
||||
title "English locale for the Seychelles"
|
||||
source "Samsung Electronics Co., Ltd."
|
||||
address ""
|
||||
contact ""
|
||||
email "akhilesh.k@samsung.com"
|
||||
tel ""
|
||||
fax ""
|
||||
language "English"
|
||||
territory "Seychelles"
|
||||
revision "1.0"
|
||||
date "2017-07-24"
|
||||
|
||||
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 "en_GB"
|
||||
END LC_CTYPE
|
||||
|
||||
LC_COLLATE
|
||||
|
||||
% Copy the template from ISO/IEC 14651
|
||||
copy "iso14651_t1"
|
||||
|
||||
END LC_COLLATE
|
||||
|
||||
LC_MONETARY
|
||||
int_curr_symbol "SCR "
|
||||
currency_symbol "SR"
|
||||
mon_decimal_point "."
|
||||
mon_thousands_sep ","
|
||||
mon_grouping 3;3
|
||||
positive_sign ""
|
||||
negative_sign "-"
|
||||
int_frac_digits 2
|
||||
frac_digits 2
|
||||
p_cs_precedes 1
|
||||
int_p_sep_by_space 1
|
||||
p_sep_by_space 0
|
||||
n_cs_precedes 1
|
||||
int_n_sep_by_space 1
|
||||
n_sep_by_space 0
|
||||
p_sign_posn 1
|
||||
n_sign_posn 1
|
||||
%
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
copy "en_GB"
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
copy "en_GB"
|
||||
END LC_TIME
|
||||
|
||||
LC_MESSAGES
|
||||
copy "en_GB"
|
||||
END LC_MESSAGES
|
||||
|
||||
LC_PAPER
|
||||
copy "en_GB"
|
||||
END LC_PAPER
|
||||
|
||||
LC_TELEPHONE
|
||||
% https://www.howtocallabroad.com/seychelles/
|
||||
tel_int_fmt "+%c %l"
|
||||
% 00 Africa: all countries except Kenya, Nigeria, Tanzania and Uganda
|
||||
int_select "00"
|
||||
int_prefix "248"
|
||||
END LC_TELEPHONE
|
||||
|
||||
LC_MEASUREMENT
|
||||
copy "en_GB"
|
||||
END LC_MEASUREMENT
|
||||
LC_NAME
|
||||
copy "en_GB"
|
||||
END LC_NAME
|
||||
|
||||
|
||||
LC_ADDRESS
|
||||
postal_fmt "%f%N%h%s%N%T"
|
||||
country_name "Seychelles"
|
||||
country_ab2 "SC"
|
||||
country_ab3 "SYC"
|
||||
country_num 690
|
||||
% https://en.wikipedia.org/wiki/List_of_international_vehicle_registration_codes
|
||||
country_car "SY"
|
||||
country_isbn "978-99931"
|
||||
% English
|
||||
lang_name "English"
|
||||
lang_ab "en"
|
||||
lang_term "eng"
|
||||
lang_lib "eng"
|
||||
END LC_ADDRESS
|
Loading…
Reference in New Issue
Block a user