RSS
Home Forum v3
Welcome, Guest
Please Login or Register.    Lost Password?

Translate Type and Category
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Translate Type and Category
#2777
Translate Type and Category 1 Year, 8 Months ago Karma: 0
Hi,

i create a xml file for translating the property type and categorie. But then i switch the language at my page, there is no translation. Can anyone help??

Here the xml file:

Code:


<?xml version="1.0" ?> 
<joomfish type="contentelement">   
<name>Property Type</name>   
<author>WebArba</author>   
<version>1.0</version>   
<description>joomfish Property Type</description>   
<reference type="properties_type">   
<table name="properties_type">   
<field type="referenceid" name="id" translate="0">ID</field>   
<field type="titletext" name="name" translate="1">name</field> 
<field type="text" name="alias" translate="1">alias</field>  
</table>   
</reference>     
</joomfish> 

Holger82
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Location: Germany
The administrator has disabled public write access.
 
#2782
Re:Translate Type and Category 1 Year, 8 Months ago Karma: 59
you can add lines in your language translation

NAME CATEGORY1=Category 1
NAME CATEGORY"=Category2

types is same

NAME TYPE1=First Type
.....
administrator
Admin
Posts: 544
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2784
Re:Translate Type and Category 1 Year, 8 Months ago Karma: 0
Hi,

sorry, but it doesn´t work. I have changed my language file (english) with the follow:

NAME TYPE1 = Vilas

Is this corectly?

At the component the type is "Villen".
Holger82
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Location: Germany
The administrator has disabled public write access.
 
#2785
Re:Translate Type and Category 1 Year, 8 Months ago Karma: 26
For my site, the main language is French.
Category 1 is: "Maison"
I added in the 'in-GB.com_properties.ini' file : MAISON = House
And it works!
sigouil
New job => Less time :(
Platinum Boarder
Posts: 411
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: France Birthday: 12/31
The administrator has disabled public write access.
Sorry for my English. It is a Google translation.
 
#2789
Re:Translate Type and Category 1 Year, 8 Months ago Karma: 0
Thank you for your help! It works! But not perfekt...

I have problems with special characters like ä, ö and ü.

language file:

GRUNDSTÜCKE = Real Estate


It doesn´t work. I have tested the HTML code "&Uuml;" for the special character "Ü", but also it doesn´t work.
Holger82
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Location: Germany
The administrator has disabled public write access.
 
#2791
Re:Translate Type and Category 1 Year, 8 Months ago Karma: 0
I have fixed the Problem with special characters:

OLD:
GRUNDSTÜCKE = Real Estate

NEW:
GRUNDSTüCKE = Real Estate

You have to write a small character for translation. And it works!!

THX
Holger82
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Location: Germany
The administrator has disabled public write access.
 
#2792
Re:Translate Type and Category 1 Year, 8 Months ago Karma: 26
Good !
sigouil
New job => Less time :(
Platinum Boarder
Posts: 411
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: France Birthday: 12/31
The administrator has disabled public write access.
Sorry for my English. It is a Google translation.
 
#4979
Re:Translate Type and Category 1 Year, 5 Months ago Karma: 0
Hello everybody, i still have a problem with translating the categories. i made the xml file in content elements of joomfish but it seems that doesn't affect anything- exept the module prop-cat-type. so i changed the .ini language file. eg: LAND IN REGIONAL AREAS = LAND IN REGIONAL AREAS (for the EN)
LAND IN REGIONAL AREAS=TERRENI FUORI LA ZONA URBANISTICA (for IT)

nothing happens.
any idea or tip?

thank you all.
fidelio314
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4980
Re:Translate Type and Category 1 Year, 5 Months ago Karma: 0
sorry it worked. i think there was a problem with the cache.
for all categories for each language have to add manually the translation . for the module carousel too. i created eg: it-IT.mod_prop_carrousel.ini

as i remember in the previous version the translation of categories with joomfish worked fine. what changed? if you give me any tip maybe i can work on it to find a solution.\\cheers,
fidelio314
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#5902
Re:Translate Type and Category 1 Year, 4 Months ago Karma: 1
Hi,

I try to use this but it doesn't work for me.

Code:

<?xml version="1.0" ?> 
<joomfish type="contentelement">   
<name>Property Type</name>   
<author>WebArba</author>   
<version>1.0</version>   
<description>joomfish Property Type</description>   
<reference type="properties_type">   
<table name="properties_type">   
<field type="referenceid" name="id" translate="0">ID</field>   
<field type="titletext" name="name" translate="1">name</field> 
<field type="text" name="alias" translate="1">alias</field>  
</table>   
</reference>     
</joomfish> 



In the admin I can make changes by Property Products but I can not make changes by Property Type.
If I use Property Type I get an blank page.

I only need to translate the language files of the Category

Pleas can some one help me ?
cvf1
Senior Boarder
Posts: 62
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1