Translation

Attention, this translation is only made for your developement. This page is only available in english. Even the language has changed to german for the default language file.

Copy the "Origin" vocabulary into a translator, like google translate. Paste the translated vocabulary into translation. Take care, that the number of lines in both fields are equal (no blank lines allowed). Verify the translation and change it, if necessary. Press "Create File".

masterdata/js/lang_sys_<language_code>.js

the language codes are in ISO_639-1.

Create a JavaScript File in masterdata/js with the name "lang_sys_<language_code>, like this for german:

lang_sys_de.js

Write the following lines in it:

var text={};
var textnew={};

Paste the content of "file" beneath it and save it.

masterdata/_init.php

You have to add your language to the "domain_languages". Unnecessary languages can be removed. By more than 1 language the language selection is displayed in the menu (example with german).

Update this line with your language code: