This is the mail archive of the libc-alpha@sources.redhat.com 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] Fix language name Telugu


This patch modifies the language name from "Telgu" to "Telugu" in
localedata/locales/te_IN because ISO-639 defines this language as
"Telugu".  This is just side note, but google tells me "Telgu" hits
about 8,400, but "Telugu" hits about 2,860,000.

Regards,
-- gotom

2004-12-17  GOTO Masanori  <gotom@debian.or.jp>

	* locales/te_IN: Fix language name spelling.

Index: localedata/locales/te_IN
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/te_IN,v
retrieving revision 1.5
diff -u -r1.5 te_IN
--- localedata/locales/te_IN	31 Oct 2004 23:42:27 -0000	1.5
+++ localedata/locales/te_IN	17 Dec 2004 10:44:24 -0000
@@ -1,18 +1,18 @@
 comment_char    %
 escape_char     /
-% Telgu language locale for India.
+% Telugu language locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
 
 LC_IDENTIFICATION
-title      "Telgu language locale for India"
+title      "Telugu language locale for India"
 source     "IBM Globalization Center of Competency, Yamato Software Laboratory"
 address    "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel         ""
 fax         ""
-language    "Telgu"
+language    "Telugu"
 territory   "India"
 revision    "0.92b"
 date        "2000,October 12"


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