From 36f91a5db680ce79bd578b2ea11a3b7b04280f12 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 12 Apr 2016 23:45:46 -0400 Subject: 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. --- localedata/locales/tr_CY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localedata/locales/tr_CY') diff --git a/localedata/locales/tr_CY b/localedata/locales/tr_CY index efeb6c35a9..d31cd85d69 100644 --- a/localedata/locales/tr_CY +++ b/localedata/locales/tr_CY @@ -74,7 +74,7 @@ copy "el_CY" END LC_PAPER LC_TELEPHONE -copy "tr_TR" +copy "el_CY" END LC_TELEPHONE LC_MEASUREMENT -- cgit v1.2.1