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_MONETARY for ta_LK


[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
 
 LC_CTYPE
-copy "ta_IN"
+copy "si_LK"
 END LC_CTYPE
 
 LC_MESSAGES
@@ -58,11 +58,11 @@ copy "ta_IN"
 END LC_MESSAGES
 
 LC_MONETARY
-copy "ta_IN"
+copy "si_LK"
 END LC_MONETARY
 
 LC_NUMERIC
-copy "ta_IN"
+copy "si_LK"
 END LC_NUMERIC
 
 LC_TIME
-- 
1.7.1


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