-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
29 lines (20 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Welcome to the WISE-Translate project!
This is a community project for translating the WISE interface and WISE projects.
How to Translate
Please go to WISE4.org/translate to start translating! Get the username/password to translate from WISE staff (telsportal at gmail dot com).
As you start to translate, the updated translation file text will appear in a textbox when you hit "save". Copy and save the contents for backup.
When you are finished, send the final text to WISE staff and they will add it to the core build.
Let the WISE staff know (telsportal at gmail dot com) when you are done with translation and they will add it to the core build.
Translation File Mappings (where files should go)
VLE
=> to an exploded running WISE instance on a server: TOMCAT_HOME/wise/vle/view/i18n/
=> to source: WISE_CHECKOUT_DIR/src/main/webapp/vle/view/i18n/
Portal
=> to an exploded running WISE instance on a server: TOMCAT_HOME/wise/WEB-INF/classes/i18n/
=> to source: WISE_CHECKOUT_DIR/src/main/resources/i18n/
Themes
=> to an exploded running WISE instance on a server: TOMCAT_HOME/wise/vle/themes/[starmap,wise,etc]/i18n/
=> to source: WISE_CHECKOUT_DIR/src/main/webapp/vle/themes/[starmap,wise,etc]/i18n/
Steps
=> to an exploded running WISE instance on a server: TOMCAT_HOME/wise/vle/node/[assessmentlist,branching,etc]/i18n/
=> to source: WISE_CHECKOUT_DIR/src/main/webapp/vle/node/[assessmentlist,branching,etc]/i18n/