You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/18 19:31:55 UTC

svn commit: r1595641 - /openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Author: marcus
Date: Sun May 18 17:31:54 2014
New Revision: 1595641

URL: http://svn.apache.org/r1595641
Log:
Added native language names for Hindi, Tamil and Thai

Modified:
    openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js?rev=1595641&r1=1595640&r2=1595641&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js Sun May 18 17:31:54 2014
@@ -69,7 +69,7 @@ var SEL_LANG			= [ "e0",    "Choose lang
 				    "gl",    "Galician (Galego) (gl)",
 				    "de",    "German (Deutsch) (de)",
 				    "el",    "Greek (ελληνικά) (el)",
-				    "hi",    "Hindi (hi)",
+				    "hi",    "Hindi (हिन्दी) (hi)",
 				    "hu",    "Hungarian (Magyar) (hu)",
 				    "it",    "Italian (Italiano) (it)",
 				    "ja",    "Japanese (日本語) (ja)",
@@ -87,8 +87,8 @@ var SEL_LANG			= [ "e0",    "Choose lang
 				    "sl",    "Slovenian (Slovenski jezik [slovenščina]) (sl)",
 				    "es",    "Spanish (Español) (es)",
 				    "sv",    "Swedish (Svenska) (sv)",
-				    "ta",    "Tamil (ta)",
-				    "th",    "Thai (th)",
+				    "ta",    "Tamil (தமிழ்) (ta)",
+				    "th",    "Thai (ภาษาไทย) (th)",
 				    "tr",    "Turkish (Türkçe) (tr)",
 				    "vi",    "Vietnamese (Tiếng Việt) (vi)" ];