Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:entwickler:uebersetzen [2020/09/20 10:11] fasseen: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://www.transifex.com|Transifex]] and copy this file to the Admidio folder **adm_program/languages**. If you want to see your work in Admidio you must download your translated strings from [[http://www.transifex.com|Transifex]] and copy this file to the Admidio folder **adm_program/languages**.
 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/languages**. The name of the language should be a combination of the english word and the name of the language in the language itself. 
- 
-The following XML snippet must be adapted and another **<language>** tag should be appended to the file. 
-<code xml><language> 
-    <isocode>de</isocode> 
-    <name>German - Deutsch (du)</name> 
-</language></code> 
- 
-=== 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/languages**. The name of the language should be a combination of the english word and the name of the language in the language itself. Therefore you must add the ISO code and the name of the language to the php file **languages.php** in the folder **adm_program/languages**. The name of the language should be a combination of the english word and the name of the language in the language itself.
  • en/entwickler/uebersetzen.1600589479.txt.gz
  • Last modified: 2020/09/20 10:11
  • by fasse