Translate component name in Installfile Joomla

A place to discuss Joomla! translation matters.

Moderator: wendhausen

Locked
sunicir
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Tue Dec 25, 2012 8:08 am

Translate component name in Installfile Joomla

Post by sunicir » Tue Jan 29, 2013 5:31 pm

how translate the name of the component in the Installfile (.xml).

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<install type="component" version="1.5.0">
   <name>COMPONENT NAME</name>
If the language it's english it's must show "Component Name". If the language it's spanish it's must show "Nombre del Componente", as a name of my own componet in the Extensions Manager.

Thank's

tuum
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 207
Joined: Fri Sep 19, 2008 12:03 am
Location: Sydney, Australia
Contact:

Re: Translate component name in Installfile Joomla

Post by tuum » Wed Jan 30, 2013 12:55 am

This should be in the sys.ini language files which is used during the component install
eg. /administrator/language/en-GB/en-GB.com_helloworld.sys.ini
Tim Plummer - Tweet @bfsurvey

sunicir
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Tue Dec 25, 2012 8:08 am

Re: Translate component name in Installfile Joomla

Post by sunicir » Wed Jan 30, 2013 4:42 pm

According to the documents, you can translate it to Joomla 1.6?
See docs here.
For Joomla 1.5, how?


Locked

Return to “Translations”