- Posts: 32
- Thank you received: 0
OS Property support center
Falang Translation Problem
- rainer.lara
- Topic Author
- Offline
- Junior Member
-
Less
More
11 years 9 months ago #33142
by rainer.lara
Falang Translation Problem was created by rainer.lara
I have Falang component and had put the Falang content elements in place, but I don't get the names correct. They are hyphenated.
Example:
prueba-de-nivel-de-idioma
even when I enter Prueba de nivel de idioma.
Any ideas would be greatly appreciated.
Thanks
Example:
prueba-de-nivel-de-idioma
even when I enter Prueba de nivel de idioma.
Any ideas would be greatly appreciated.
Thanks
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13024
- Thank you received: 1689
11 years 9 months ago #33145
by Mr. Dam
Replied by Mr. Dam on topic Re: Falang Translation Problem
Hi Rainer,
Can you please send your site information with super admin, ftp account to damdt@joomservices.com. I will check the issue for you.
Please let me know where is the value : prueba-de-nivel-de-idioma ? In the property details or listing?
Thanks
Dam
Can you please send your site information with super admin, ftp account to damdt@joomservices.com. I will check the issue for you.
Please let me know where is the value : prueba-de-nivel-de-idioma ? In the property details or listing?
Thanks
Dam
Please Log in or Create an account to join the conversation.
- rainer.lara
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 0
11 years 9 months ago #33146
by rainer.lara
Replied by rainer.lara on topic Re: Falang Translation Problem
Thanks for your reply.
At this moment we are working at a localhost. It seems that there is some problem with the falang content element. After placing the employee content element on the directory, and go to falang back end, I get Image 1 I attach here. Then I enter the translation on the field (Departamento de Colocación) and I get Image 2 after I press SAVE (departamento-de-colocación).
Any ideas?
At this moment we are working at a localhost. It seems that there is some problem with the falang content element. After placing the employee content element on the directory, and go to falang back end, I get Image 1 I attach here. Then I enter the translation on the field (Departamento de Colocación) and I get Image 2 after I press SAVE (departamento-de-colocación).
Any ideas?
- rainer.lara
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 0
11 years 9 months ago #33148
by rainer.lara
Replied by rainer.lara on topic Re: Falang Translation Problem
This is what i get in the front end. There are a couple of css changes I have to make, but that is something for later.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13024
- Thank you received: 1689
11 years 9 months ago #33149
by Mr. Dam
Replied by Mr. Dam on topic Re: Falang Translation Problem
Hi,
Please open file
root \ administrator\components\com_falang\contentelements
file app_sch_employee.xml
find : <field type="titletext" name="employee_name" translate="1" posthandler="filterTitle">Empoyee Name</field>
and replace by
<field type="titletext" name="employee_name" translate="1">Empoyee Name</field>
and try again, good luck
Dam
Please open file
root \ administrator\components\com_falang\contentelements
file app_sch_employee.xml
find : <field type="titletext" name="employee_name" translate="1" posthandler="filterTitle">Empoyee Name</field>
and replace by
<field type="titletext" name="employee_name" translate="1">Empoyee Name</field>
and try again, good luck
Dam
Please Log in or Create an account to join the conversation.
- rainer.lara
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 0
11 years 9 months ago #33150
by rainer.lara
Replied by rainer.lara on topic Re: Falang Translation Problem
That was the solution. Could you fix the Services content element as well. It's giving the same error.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13024
- Thank you received: 1689
11 years 9 months ago #33152
by Mr. Dam
Replied by Mr. Dam on topic Re: Falang Translation Problem
Hi,
With the services, please open file :
app_sch_services.xml
<field type="titletext" name="service_name" translate="1" posthandler="filterTitle">Services Name</field>
and change to
<field type="titletext" name="service_name" translate="1">Services Name</field>
Thanks
Dam
With the services, please open file :
app_sch_services.xml
<field type="titletext" name="service_name" translate="1" posthandler="filterTitle">Services Name</field>
and change to
<field type="titletext" name="service_name" translate="1">Services Name</field>
Thanks
Dam
The following user(s) said Thank You: rainer.lara
Please Log in or Create an account to join the conversation.
- rainer.lara
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 0
11 years 9 months ago #33153
by rainer.lara
Replied by rainer.lara on topic Re: Falang Translation Problem
Thank you. You have been very helpful.
There is something else. I have some text under the Category Description that shows before the scheduler. Would it be too much to ask about another falang content element that allows to translate this text? I really need this to make it look really finished.
Thanks in advance.
There is something else. I have some text under the Category Description that shows before the scheduler. Would it be too much to ask about another falang content element that allows to translate this text? I really need this to make it look really finished.
Thanks in advance.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13024
- Thank you received: 1689
11 years 9 months ago #33154
by Mr. Dam
Replied by Mr. Dam on topic Re: Falang Translation Problem
Hi,
Please create new file in that folder
app_sch_categories.xml
and paste :
<?xml version="1.0" ?>
<falang type="contentelement">
<name>Categories</name>
<author>Dang Thuc Dam</author>
<copyright> www.joomdonation.com
<version>1.0</version>
<description>Definition for OSB Categories</description>
<reference>
<table name="osrs_categories">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="category_name" translate="1">Category Name</field>
<field type="htmltext" name="category_description" translate="1">Description</field>
</table>
</reference>
<translationfilters>
<category>com_osservicesbooking</category>
<published>published</published>
</translationfilters>
</falang>
Good luck
Dam
Please create new file in that folder
app_sch_categories.xml
and paste :
<?xml version="1.0" ?>
<falang type="contentelement">
<name>Categories</name>
<author>Dang Thuc Dam</author>
<copyright> www.joomdonation.com
<version>1.0</version>
<description>Definition for OSB Categories</description>
<reference>
<table name="osrs_categories">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="category_name" translate="1">Category Name</field>
<field type="htmltext" name="category_description" translate="1">Description</field>
</table>
</reference>
<translationfilters>
<category>com_osservicesbooking</category>
<published>published</published>
</translationfilters>
</falang>
Good luck
Dam
Please Log in or Create an account to join the conversation.
- rainer.lara
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 0
11 years 9 months ago - 11 years 9 months ago #33155
by rainer.lara
Replied by rainer.lara on topic Re: Falang Translation Problem
A little problem...
No valid database connection: DB function failed with error number 1146
osrs_categories' doesn't exist
No valid database connection: DB function failed with error number 1146
osrs_categories' doesn't exist
Last edit: 11 years 9 months ago by rainer.lara.
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.