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]

Re: [PATCH v2] Fix LC_TELEPHONE/LC_NAME for az_AZ


Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> 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
> ---
>  localedata/locales/az_AZ |    7 +++----
>  1 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/localedata/locales/az_AZ b/localedata/locales/az_AZ
> index 28de66d..8bbc2b4 100644
> --- a/localedata/locales/az_AZ
> +++ b/localedata/locales/az_AZ
> @@ -311,10 +311,9 @@ 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 %a %l"
> +int_prefix "994"
> +int_select "00"
>  END LC_TELEPHONE
>  
>  LC_NAME

committed.

-- 
Mike FABIAN <mfabian@redhat.com>


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