[PATCH 1/1] Fix LC_MONETARY for ta_LK
Mike FABIAN
mfabian@redhat.com
Wed Jul 26 12:35:00 GMT 2017
Akhilesh Kumar <akhilesh.k@samsung.com> ããã¯ããã¾ãã:
> [BZ #21839]
> * locales/ta_LK (LC_MONETARY, LC_NUMERIC..): Fix
>
> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
> ---
> localedata/locales/ta_LK | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/localedata/locales/ta_LK b/localedata/locales/ta_LK
> index 94cd58f..e585ca4 100644
> --- a/localedata/locales/ta_LK
> +++ b/localedata/locales/ta_LK
> @@ -46,11 +46,11 @@ category "i18n:2012";LC_MEASUREMENT
> END LC_IDENTIFICATION
>
> LC_COLLATE
> -copy "ta_IN"
> +copy "si_LK"
> END LC_COLLATE
That is wrong because collation depends on the language, not the
country. It does not make a difference in this case because both
ta_IN and si_LK just use âcopy "iso14651_t1"â. But I nevertheless
consider this wrong.
> LC_CTYPE
> -copy "ta_IN"
> +copy "si_LK"
> END LC_CTYPE
This is certainly wrong because the LC_CTYPE part in ta_IN actually
does more than the standard "copy" and "include".
LC_CTYPE information also depends on the language, so you should
not copy this from a different language.
> LC_MESSAGES
> @@ -58,11 +58,11 @@ copy "ta_IN"
> END LC_MESSAGES
>
> LC_MONETARY
> -copy "ta_IN"
> +copy "si_LK"
> END LC_MONETARY
This is correct because Tamil speaking people living in Sri Lanka
will use the money from Sri Lanka.
> LC_NUMERIC
> -copy "ta_IN"
> +copy "si_LK"
> END LC_NUMERIC
Doesnât the number formatting also depend on the language and not so
much on the country?
> LC_TIME
--
Mike FABIAN <mfabian@redhat.com>
ç¡ç ä¸è¶³ã¯ããä»äºã®æµã ã
More information about the Libc-alpha
mailing list