INI translations#

New in version 4.1.

INI file format for translations. Weblate currently supports several variants of JSON translations:

INI translations are usually used as monolingual translations.

Note

Weblate only extracts keys from sections within an INI file. In case your INI file lacks sections, you might want to use Joomla translations or Java properties instead.

Example file:

[weblate]
hello=Ahoj "světe"!\n
orangutan=Orangutan má %d banán.\n
try=Zkus Weblate na <https://demo.weblate.org/>!\n
thanks=Děkujeme za použití Weblate.

Weblate configuration#

Typical Weblate Component configuration

File mask

language/*.ini

Monolingual base language file

language/en.ini

Template for new translations

Empty

File format

INI File