INI Files¶
Also known as initialisation files. These are in some cases used to store translations.
Conformance¶
The toolkit uses iniparse, an INI file parser that preserves layout and follows the .ini format as supported by the Python language.
References¶
Further information is available on .ini files:
- Wikipedia INI file format article
- Unofficial specification