Changes

Jump to navigation Jump to search
49 bytes added ,  13:32, 31 March 2011
no edit summary
==Using the JAR file==
JAR files are nothing else than ZIP archives.
All language files are placed in the <code>lang</code> directory inside the JAR file.:# Unzip the source file <code>English.lang</code> and name rename it to your target language (e.g. <code>Zulu.lang</code>)
# Enter your name and potential contact information in the second line and translate all texts
# Copy Update your JAR file by copying the translated file back to the <code>lang</code> directory in the JAR file
# Start BaseX and choose your language in the GUI (''Options'' → ''Preferences...'')
# Restart BaseX, and you should to see the changes
==Using the sources==
All language files are placed in the <code>src/main/resources/lang</code> directory of the main project:
# Create a copy of the source file <code>English.lang</code> and name rename it to your target language (e.g. <code>Zulu.lang</code>)
# Enter your name and potential contact information in the second line and translate all texts
# Translate all given texts
# Compile the project, start BaseX and choose your language in the GUI (''Options'' → ''Preferences...'')
# Restart BaseX, and you should to see the changes
To see where the texts are used within BaseX, it is recommended to set You may as well change the LANGKEYS property language in the <code>.basex</code> configuration file to true. You will find the file ,which is placed in your [[Configuration#Home_Directory |home directory]].To see where the texts are used within BaseX, we recommend you to also set the[[Options#General options|LANGKEY]] property to <code>true</code>.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu