Jump to content

Translate with falang


laguiadelpecado-1567735425

Recommended Posts

In the documentation, the only reference to "translation" is to joomfish https://docs.jreviews.com/?title=How_to_translate_text_and_textfields_with_Joomfish

This component has not been used for a long time.... but have an very similar xml file with falang - I have tested:

<?xml version="1.0" ?>
<falang type="contentelement">
<name>jReviews Content</name>
<author>Thorsten</author>
<version>1.0</version>
<description>Definition for JReviews custom field content</description>
  <reference>
    <table name="jreviews_content">
      <field type="referenceid" name="contentid" translate="0">ID</field>
      <field type="titletext" name="contentid" translate="1">ID</field>	  
      <field type="text" name="jr_shortdescription" translate="1">Short Description </field>
	  <field type="textarea" name="jr_requirements" translate="1">Requirements</field>
    </table>
  </reference>
</falang>

Of corse, this will work OK... (please update documentation)

BUT - most importantly, does anyone know how I can translate the Listing summary text ???

My site will be for download applications, so all entryes will have the same title in all languages, for an better search rezults, but I need to translate at least the summary text. I want to use summary, because is integrated in many parts in the component, themes, schemaORG,.. and have more options.

 

Many thanks

Link to comment
×
×
  • Create New...