Differences
This shows you the differences between the selected revisions of the page.
2020-03-06 | 2020-06-22 | ||
https (martin) | no summary (103.125.234.198) | ||
Line 9: | Line 9: | ||
==== Translation File ==== | ==== Translation File ==== | ||
- | Once you have a translator account, you may login to the [[this>../transladmin.php|translation web-interface]]. Once there, download an file with the strings to translate. | + | Once you have a translator account, you may log in to the [[this>../transladmin.php|translation web-interface]]. Once there, download a file with the strings to translate. |
A format of the file is like an INI file, for example: | A format of the file is like an INI file, for example: | ||
Line 15: | Line 15: | ||
<code> | <code> | ||
; file comment | ; file comment | ||
- | [file] | + | [file][[other_page|External Link]] |
; "original english string" | ; "original english string" | ||
key="translated string" | key="translated string" | ||
; "original english string2" | ; "original english string2" | ||
- | key2="translated string2" | + | key2="translated string2"===== Level 2 Headline ===== |
</code> | </code> | ||