While creating a component, I saw two language files in Joomla’s component directory structure: .ini and sys.ini. What is the difference?
While creating a component, I saw two language files in Joomla’s component directory structure:
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
.sys.inifile is used to translate the description of the extension upon installaion, where as the.inifile is used to translate the remaining strings and the description when viewing your extension in the Joomla backend.