diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-12 23:45:46 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-16 03:41:35 -0400 |
commit | 36f91a5db680ce79bd578b2ea11a3b7b04280f12 (patch) | |
tree | 7e4475d5807747f47ae6afcafe7b5c27f8bcf2d3 /localedata/locales/tl_PH | |
parent | a837257199ffab76237385b830cc7b6179fc2f18 (diff) | |
download | glibc-36f91a5db680ce79bd578b2ea11a3b7b04280f12.tar.gz |
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.
Diffstat (limited to 'localedata/locales/tl_PH')
-rw-r--r-- | localedata/locales/tl_PH | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/localedata/locales/tl_PH b/localedata/locales/tl_PH index e1860b9ab6..f9fc5dfd19 100644 --- a/localedata/locales/tl_PH +++ b/localedata/locales/tl_PH @@ -179,6 +179,5 @@ lang_lib "<U0074><U0067><U006C>" END LC_ADDRESS LC_TELEPHONE -% FIXME -copy "en_US" +copy "en_PH" END LC_TELEPHONE |