ojengwa / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

rewrite the language files to xml files #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the current language file is here

http://openmeetings.googlecode.com/svn/branches/dev/xmlcrm/java/src/test/org/xml
crm/test/basic/StartUpLanguageFieldsConference.java

it needs to be rewritten to several langauge files

german
english
french

Original issue reported on code.google.com by seba.wag...@gmail.com on 28 Mar 2007 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 28 Mar 2007 at 5:53

GoogleCodeExporter commented 9 years ago
please also do add a wiki page describing your steps in translating

so that contributors have a guide how to translate the app into another language

Original comment by seba.wag...@gmail.com on 28 Mar 2007 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 28 Mar 2007 at 7:02

GoogleCodeExporter commented 9 years ago
the xml files should go into the webapp folder.
the config values and default startup values should be externatlized too.
They can be found in:
http://openmeetings.googlecode.com/svn/branches/dev/xmlcrm/java/src/test/org/xml
crm/test/basic/StartUpData.java
The missing thing is that there must be a servlet which can be invoked to load 
all
default values into database.
Basically you just have to add an entry in the servlet mappings and add a simple
servlet-class in the package: 
*org.xmlcrm.servlet.outputhandler*
there you can see also two other servlets that might help you.
then you need to add this new servlet as an entry in the web.xml in 
webapp/xmlcrm/WEB-INF/web.xml
should look similar too the downloadServlet:
    <servlet>
        <servlet-name>DownloadHandler</servlet-name>
        <servlet-class>org.xmlcrm.servlet.outputhandler.DownloadHandler</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>DownloadHandler</servlet-name>
        <url-pattern>/DownloadHandler</url-pattern>
    </servlet-mapping>

Original comment by seba.wag...@gmail.com on 22 Apr 2007 at 9:21

GoogleCodeExporter commented 9 years ago
And why we don't use this method :
http://wiki.openlaszlo.org/Localization_Notes_For_Laszlo_Apps ?
A separate file downloaded at the runtime.
We will have less problems that with the database.

You have maybe some problems with this method ?

Original comment by gml...@gmail.com on 2 May 2007 at 9:15

GoogleCodeExporter commented 9 years ago
We will have less problems that with the database.
=> i don't have problems with the database

I would have to alter the hole application cause it loads the language from the
remote-methods at the moment.

Original comment by seba.wag...@gmail.com on 2 May 2007 at 9:28

GoogleCodeExporter commented 9 years ago
I don't have problems with the database too, but this add some traffic with 
red5 and
database whereas download a file consumes less resources.

Okay, I understand that several changes are needed to implement this, it's not
critical now, forget my idea.

Original comment by gml...@gmail.com on 2 May 2007 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 9 May 2007 at 11:39

GoogleCodeExporter commented 9 years ago
basically all language is now into xml and can be loaded with an
online-installation-servlet

Original comment by seba.wag...@gmail.com on 15 May 2007 at 11:04

GoogleCodeExporter commented 9 years ago
Hi,everyone!
May I ask you a question?
The record part of openmeetings is a/v (+events) defaulted, How could I add
whiteboard and chat parts to recording ? Should I modified some code of 
openmeetings?
I have been researching this for 2 days, and very puzzled. So your any answer 
will be
very appreciated, Tks very much!

Original comment by aspirati...@gmail.com on 16 Jul 2009 at 5:46

GoogleCodeExporter commented 9 years ago
hello can you please use the mailing list?

Original comment by seba.wag...@gmail.com on 16 Jul 2009 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 7:57