Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| en:entwickler:uebersetzen [2020/09/20 10:11] – fasse | en:entwickler:uebersetzen [2023/07/16 10:51] (current) – fasse | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| If you want to see your work in Admidio you must download your translated strings from [[http:// | If you want to see your work in Admidio you must download your translated strings from [[http:// | ||
| Now you must introduce the new language to Admidio so that it will be shown in the language select box. | Now you must introduce the new language to Admidio so that it will be shown in the language select box. | ||
| - | |||
| - | === Admidio 2 and 3 === | ||
| - | |||
| - | Therefore you must add the ISO code and the name of the language to the XML file **languages.xml** in the folder **adm_program/ | ||
| - | |||
| - | The following XML snippet must be adapted and another **< | ||
| - | <code xml>< | ||
| - |     < | ||
| - |     < | ||
| - | </ | ||
| - | |||
| - | === Since Admidio 4 === | ||
| Therefore you must add the ISO code and the name of the language to the php file **languages.php** in the folder **adm_program/ | Therefore you must add the ISO code and the name of the language to the php file **languages.php** in the folder **adm_program/ | ||