[
https://issues.apache.org/jira/browse/OPENMEETINGS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010548#comment-15010548
]
Yannick LE NY commented on OPENMEETINGS-1281:
---------------------------------------------
Hello,
I saw in the following commits
https://svn.apache.org/viewvc?view=revision&revision=1714939
https://svn.apache.org/viewvc?view=revision&revision=1714940
that
you remove the following part :
- <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>
Is there not an error ?
Now, with the latest OpenMeeting source code, no need to add a new line for a
new language in the file
singlewebapp/openmeetings-web/src/main/webapp/languages/languages.xml ?
No need to add a line like this to add a new language :
<lang id="xx"
code="ISO639-1_2_letters_language_code">language_name_in_english</lang>
like this
<lang id="1" code="en">english</lang>
https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
How OpenMeeting know that a new language translation is available (new file
with translation in singlewebapp/openmeetings-web/src/main/webapp/languages/ )
and can be used ?
Thanks
> Bad URL to download language files to translate in OpenMeetings website
> -----------------------------------------------------------------------
>
> Key: OPENMEETINGS-1281
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1281
> Project: Openmeetings
> Issue Type: Bug
> Reporter: Yannick LE NY
> Assignee: Maxim Solodovnik
> Fix For: 3.1.0, 4.0.0
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> Hello,
> In the webpage http://openmeetings.apache.org/Internationalisation.html
> the text said :
> "You can find all current language files here:
> https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/languages/
> "
> Now, there are no language files in this folder. The information is false.
> The language files are now at the following URLs :
> * for 3.0.x branch :
> https://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/
> * for 3.1.x branch :
> https://svn.apache.org/viewvc/openmeetings/branches/3.1.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/
> * for trunk :
> https://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/
> Can you fix this information in the Openmeetings web page ?
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)