INI translations

Added 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.
Supported features

File extensions

.ini

Linguality

Monolingual

Supports plural

No

Supports descriptions

No

Supports explanation

No

Supports context

No

Supports location

No

Supports flags

No

API identifier

ini

Supports read-only strings

No

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