Page 2 of 2

Re: Languaje English but I have Joomla in spanish installed

Posted: 20 Jun 2016, 17:46
by Willinders
Hi,

I think what you can do is if you dont use any english for Phocamaps:

Go to administrator/language/en-GB

edit the file:
en-GB.plg_content_phocamaps.ini
replace: To ( with spanish word)
replace: From ( with spanish word)
replace: Get Route ( with spanish word)

Succes

Re: Languaje English but I have Joomla in spanish installed

Posted: 20 Jun 2016, 21:19
by PJrN
I understand what you said, and I have done what is at #4 post

PLG_PHOCAMAPS_FROM_ADDRESS="Desde "
PLG_PHOCAMAPS_GET_ROUTE="Calcular Ruta"

Same issue. I ask because I try that some days ago and still not working

Re: Languaje English but I have Joomla in spanish installed

Posted: 20 Jun 2016, 22:04
by Benno
Hi,
you use incomplete strings, CONTENT_ is missing.... :idea:
Should be:
PLG_CONTENT_PHOCAMAPS_TO="Hasta"
PLG_CONTENT_PHOCAMAPS_FROM_ADDRESS="Desde"
PLG_CONTENT_PHOCAMAPS_GET_ROUTE="Calcular Ruta"

Kind regards,
Benno

Re: Languaje English but I have Joomla in spanish installed

Posted: 20 Jun 2016, 22:37
by PJrN
Willinders wrote:Hi,

I think what you can do is if you dont use any english for Phocamaps:

Go to administrator/language/en-GB

edit the file:
en-GB.plg_content_phocamaps.ini
replace: To ( with spanish word)
replace: From ( with spanish word)
replace: Get Route ( with spanish word)

Succes
AND THIS IS THE SOLUTION. THANKS MAN. :twisted: :twisted: :twisted: :)