Differences
This shows you the differences between the selected revisions of the page.
2020-06-22 | 2021-12-01 | ||
undo mistakes in previous edit 2nd (martin) | syntax highlighting + grammar (martin) | ||
Line 13: | Line 13: | ||
A format of the file is like an INI file, for example: | A format of the file is like an INI file, for example: | ||
- | <code> | + | <code ini> |
- | ; file comment | + | ; File comment |
- | [file] | + | [File] |
- | ; "original english string" | + | ; "Original English string" |
- | key="translated string" | + | Key="Translated string" |
- | ; "original english string2" | + | ; "Original English string 2" |
- | key2="translated string2" | + | Key2="Translated string 2" |
</code> | </code> | ||