Joomla Localization

Information about how Transifex handles the Joomla (.ini) file format.

Nina avatar
Written by Nina
Updated over a week ago

File Extension(s)

.ini

i18n type(s)

INI

This is the file format used by the Joomla! CMS. Translations downloaded from Transifex will use the source strings for any empty translation strings and have the relevant entries commented out.


Sample data

BUTTON_LOGIN=Login
BUTTON_LOGOUT=Logout
ENCRYPT_LOGIN_FORM=Encrypt Login Form
FORGOT_YOUR_PASSWORD=Forgot your password?
FORGOT_YOUR_USERNAME=Forgot your username?
GREETING=Greeting


Default placeholders

These are the default placeholders that you could have in your file, and they will be recognized:

match: ['%1$s', '%(key1)s', '%s', '%d', '%.2f', '%-5d', '%+2d']


Parser behavior

The following table outlines what occurs to strings when using the API, CLI, or UI to manipulate translation files depending on download mode.

* The results are compatible with parser version 1.


Additional Information


💡Tip

Looking for more help? Get support from our Transifex Community Forum!

Find answers or post to get help from Transifex Support and our Community.

Did this answer your question?