Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

times Translation issues

More
8 years 1 month ago - 8 years 1 month ago #11139 by Tom Vanbrabant
Hello,

How to translate the No.of Bedrooms in search module?
I have tried override below without result, but in template overrides I see that is the one used.
MOD_JUX_REAL_ESTATE_BEDROOMS

Also:
- how to translate the sqft? (in global realty configuration it is set to M2)
- how to translate countries? Seams it has to be set in 1 language?





Thank you
Attachments:
Last edit: 8 years 1 month ago by Tom Vanbrabant. Reason: forgot img

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11140 by Tom Vanbrabant
Replied by Tom Vanbrabant on topic Translation issues
Translation bedrooms fixed:

Copied this from 186 line to line 249 in template overrides:
<?php echo JText::_('MOD_JUX_REAL_ESTATE_BEDROOMS'); ?>

Still missing the others

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11141 by Tom Vanbrabant
Replied by Tom Vanbrabant on topic Translation issues
Also there was no language string available for the Search Keyword.

To fix this I simply replaced placeholder="Search keyword" (in template overrides html/mod_jux_realestate_realtysearch/vertical.php) on line 133 by:
placeholder="<?php echo JText::_('MOD_JUX_REALESTATE_REALTYSEARCH_SEARCH_KEYWORD'); ?>"

After this I was able to translate via language overrides.

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11168 by NT
Replied by NT on topic Translation issues
Hi Tom Vanbrabant,
Thank you very much. we will update it.

****************
Best Regards
__DiepNT__

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11171 by Tom Vanbrabant
Replied by Tom Vanbrabant on topic Translation issues
Hello,

My pleasure. Please advise on other translation as in first post here:
  • countries
  • sqft in search
Also some more multilanguage questions:
  1. A type can be set in a language, but it can not be linked to its equivalent in other language (like article)?
  2. How to add multilanguage Realties? I can see it can be set to a language. But I want to offer the same in every language. There is no way to link them, or to set the fields inside the realty in different languages.
  3. How to make amenities multilanguage?

Thank you

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #13655 by Anne Buchanan
Replied by Anne Buchanan on topic Translation issues
I have the same problems. Have not found a solution, can you please tell how to resolve?

Thanks,

Anne

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #13687 by Tom Vanbrabant
Replied by Tom Vanbrabant on topic Translation issues
Hi there,
Sorry to say, they were never fully resolved. I had so many issues that I gave up on this extension.

I wish you good luck

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #13688 by Anne Buchanan
Replied by Anne Buchanan on topic Translation issues
Thanks Tom. I'll keep trying but might end up doing the same.

All the best,

Anne

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #13695 by Huyen Tran
Replied by Huyen Tran on topic Translation issues
Hi All customer.
I'm sorry for all problem about translate language
1. If you want to translate sqft or m2 in search.( example you are using FR language)
Please go to Source\language\fr-FR\fr-FR.mod_jux_realestate_realtysearch.ini
fine line 56, 57
MOD_JUX_REALESTATE_REALTYSEARCH_SQM="m<sup>2</sup>"
MOD_JUX_REALESTATE_REALTYSEARCH_SQRT="sqrt"
2. You want to set the link for other language.
step 1: Go to ....administrator\components\com_jux_real_estate\views\realty\tmpl\edit_general.php
fine line 20 and delete "hidden" word below:
from: <div class="control-group hidden">
edit to <div class="control-group">
Step 2: Go to where you create realty, you can see "alias" config. Please reload for each realty.
Please check it again.

Best Regards,
Huyen Tran

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #13709 by Anne Buchanan
Replied by Anne Buchanan on topic Translation issues
Thanks, this helps. We are making progress. There are still some issues. I hope they can be resolved.

The horizontal search module shows No. of Bathrooms twice, instead of No of Bedrooms and No of Bathrooms. Where can I change this. I have tried /modules/mod_jux_realestate_realtysearch/tmpl/horizontal.php to:

<?php if(isset($beds_advance) && $beds_advance == 0 ):?>
<div class="beds-field">
<select name="beds" id="beds" class="input">
<option value="0"><?php echo JText::_('MOD_JUX_REAL_ESTATE_BEDROOMS'); ?></option>
<option value="1">1+</option>
<option value="2">2+</option>
<option value="3">3+</option>
<option value="4">4+</option>
<option value="5">5+</option>
</select>
</div>


where there was "baths". But this has not helped.

sqrt is not in the en-GB mod_jux_realestate_realtysearch.ini so it is not in the it-IT.ini

Where can I change the language of MORE DETAILS in the property overview?

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.075 seconds
Powered by Kunena Forum