You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2015/11/18 05:42:54 UTC

svn commit: r1714939 - /openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/Internationalisation.xml

Author: solomax
Date: Wed Nov 18 04:42:54 2015
New Revision: 1714939

URL: http://svn.apache.org/viewvc?rev=1714939&view=rev
Log:
[OPENMEETINGS-1281] Internationalisation page is fixed

Modified:
    openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/Internationalisation.xml

Modified: openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/Internationalisation.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/Internationalisation.xml?rev=1714939&r1=1714938&r2=1714939&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/Internationalisation.xml (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/Internationalisation.xml Wed Nov 18 04:42:54 2015
@@ -16,28 +16,22 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Upgrade</title>
-		<author email="sebawagner@apache.org">
-			OpenMeetings Team
-		</author>
+		<title>Internationalisation</title>
+		<author email="dev@openmeetings.apache.org">OpenMeetings Team</author>
 	</properties>
-
 	<body>
-
 		<section name="Where to find language files">
 
 			<p>You can find all current language files here: </p>
 			<p>
 				<a
-					href="https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/languages/"
-					rel="nofollow">https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/languages/
+					href="https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/"
+					rel="nofollow">https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/
 				</a>
 			</p>
 			<p>Just take one file and translate it to your language. </p>
 		</section>
-
 		<section name="Import and export of Language Files">
-
 			<ul>
 				<li>
 					Use the
@@ -51,21 +45,5 @@
 				</li>
 			</ul>
 		</section>
-
-		<section name="How to add it as installation option">
-			<p>
-				Once you have finished the translation you can add a new node to:
-				<a
-					href="https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/languages/languages.xml"
-					rel="nofollow">https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/languages/languages.xml
-				</a>
-			</p>
-			<p>the name of the language should match the name of the file. Once
-				this is done the Language file will automatically be imported during
-				installation and will be an option at login.
-			</p>
-		</section>
-
 	</body>
-
 </document>