This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/1] Fix LC_TELEPHONE/LC_NAME for az_AZ


Fix LC_TELEPHONE/LC_NAME for az_AZ

[BZ #22112]
	*locales/az_AZ(LC_TELEPHONE) : Fix  int_select
	*locales/az_AZ(LC_TELEPHONE) : add  tel_int_fmt
	*locales/az_AZ(LC_NAME): copy "az_IR"
---
 localedata/locales/az_AZ |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/localedata/locales/az_AZ b/localedata/locales/az_AZ
index 28de66d..7a17bb5 100644
--- a/localedata/locales/az_AZ
+++ b/localedata/locales/az_AZ
@@ -311,13 +311,11 @@ lang_lib    "<U0061><U007A><U0065>"
 END LC_ADDRESS
 
 LC_TELEPHONE
-% FIXME
-tel_int_fmt "???"
-int_prefix "<U0039><U0039><U0034>"
-int_select "<U0038><U007E><U0031><U0030>"
+tel_int_fmt "+%c %l"
+int_prefix "994"
+int_select "00"
 END LC_TELEPHONE
 
 LC_NAME
-% FIXME
-name_fmt "???"
+copy "az_IR"
 END LC_NAME
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]