mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
localedata: fix LC_TELEPHONE in a few locales
A bunch of locales were copying the wrong source locale -- looks like they were basically TODOs from the original imports. This lead to bad values for int_prefix for them.
This commit is contained in:
parent
a837257199
commit
36f91a5db6
@ -1,3 +1,15 @@
|
||||
2016-04-16 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* locales/fil_PH (LC_TELEPHONE): Change copy to en_PH.
|
||||
* locales/pa_PK (LC_TELEPHONE): Delete content and change to copying
|
||||
from ur_PK.
|
||||
* locales/tg_TJ (LC_TELEPHONE): Delete copy and define tel_int_fmt,
|
||||
int_prefix, and int_select.
|
||||
* locales/tl_PH (LC_TELEPHONE): Change copy to en_PH.
|
||||
* locales/tr_CY (LC_TELEPHONE): Change copy to el_CY.
|
||||
* locales/ur_PK (LC_TELEPHONE): Delete copy and move content from
|
||||
pa_PK.
|
||||
|
||||
2016-04-16 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* locales/csb_PL (audience, application, abbreviation): Delete.
|
||||
|
@ -196,5 +196,5 @@ lang_term "<U0066><U0069><U006C>"
|
||||
END LC_ADDRESS
|
||||
|
||||
LC_TELEPHONE
|
||||
copy "tl_PH"
|
||||
copy "en_PH"
|
||||
END LC_TELEPHONE
|
||||
|
@ -194,8 +194,5 @@ lang_lib "<U0070><U0061><U006E>"
|
||||
END LC_ADDRESS
|
||||
|
||||
LC_TELEPHONE
|
||||
% Changed from ur_PK as that Locale just copy from en_DK, which is not suitable to Punjabi (Shahmukhi) ISD 92
|
||||
tel_int_fmt "<U002B><U0025><U0063><U0020><U003B><U0025><U0061><U0020><U003B><U0025><U006C>"
|
||||
int_prefix "<U0039><U0032>"
|
||||
int_select "<U0030><U0030>"
|
||||
copy "ur_PK"
|
||||
END LC_TELEPHONE
|
||||
|
@ -161,7 +161,10 @@ lang_ab "<U0073><U0072>"
|
||||
END LC_ADDRESS
|
||||
|
||||
LC_TELEPHONE
|
||||
copy "sr_RS"
|
||||
tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025><U006C>"
|
||||
tel_dom_fmt "<U0025><U0041><U0020><U0025><U006C>"
|
||||
int_prefix "<U0033><U0038><U0032>"
|
||||
int_select "<U0039><U0039>"
|
||||
END LC_TELEPHONE
|
||||
|
||||
LC_MEASUREMENT
|
||||
|
@ -238,6 +238,8 @@ lang_lib "<U0074><U0067><U006B>"
|
||||
END LC_ADDRESS
|
||||
|
||||
LC_TELEPHONE
|
||||
% FIXME
|
||||
copy "en_DK"
|
||||
tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0025><U0074><U0025>/
|
||||
<U006C>"
|
||||
int_prefix "<U0039><U0039><U0032>"
|
||||
int_select "<U0030><U0030>"
|
||||
END LC_TELEPHONE
|
||||
|
@ -179,6 +179,5 @@ lang_lib "<U0074><U0067><U006C>"
|
||||
END LC_ADDRESS
|
||||
|
||||
LC_TELEPHONE
|
||||
% FIXME
|
||||
copy "en_US"
|
||||
copy "en_PH"
|
||||
END LC_TELEPHONE
|
||||
|
@ -74,7 +74,7 @@ copy "el_CY"
|
||||
END LC_PAPER
|
||||
|
||||
LC_TELEPHONE
|
||||
copy "tr_TR"
|
||||
copy "el_CY"
|
||||
END LC_TELEPHONE
|
||||
|
||||
LC_MEASUREMENT
|
||||
|
@ -210,6 +210,7 @@ lang_lib "<U0075><U0072><U0064>"
|
||||
END LC_ADDRESS
|
||||
|
||||
LC_TELEPHONE
|
||||
% FIXME
|
||||
copy "en_DK"
|
||||
tel_int_fmt "<U002B><U0025><U0063><U0020><U003B><U0025><U0061><U0020><U003B><U0025><U006C>"
|
||||
int_prefix "<U0039><U0032>"
|
||||
int_select "<U0030><U0030>"
|
||||
END LC_TELEPHONE
|
||||
|
Loading…
Reference in New Issue
Block a user