- Posts: 116
- Thank you received: 1
translate hikaserial, HOW?
14 years 1 week ago #66154
by dado023
translate hikaserial, HOW? was created by dado023
how can i translate hikaserial customer frontend?
regards
DAn
regards
DAn
Please Log in or Create an account to join the conversation.
14 years 1 week ago #66167
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Re: translate hikaserial, HOW?
Hi,
The last version of HikaSerial have a translation system.
In the HikaSerial configuration panel, in the back-end, you would find the list of languages with a button to edit translations and create overrides for HikaShop and HikaSerial.
demo.hikashop.com/administrator/index.ph...kaserial&ctrl=config
It is important to notice that the same override file is used by HikaShop and HikaSerial.
The interface allow you to create translations for new languages and to share it with the rest of the community.
Regards,
The last version of HikaSerial have a translation system.
In the HikaSerial configuration panel, in the back-end, you would find the list of languages with a button to edit translations and create overrides for HikaShop and HikaSerial.
demo.hikashop.com/administrator/index.ph...kaserial&ctrl=config
It is important to notice that the same override file is used by HikaShop and HikaSerial.
The interface allow you to create translations for new languages and to share it with the rest of the community.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
14 years 1 week ago - 14 years 1 week ago #66251
by dado023
Replied by dado023 on topic Re: translate hikaserial, HOW?
i have tried that, but i get the error message:
Then i thought it was something with my joomla, but then i tried on your demo site, and same thing happens on demo, ...i think something is wrong with hikaserial itself.
Please fix as soon as possible, so i can adjust hikaserial frontend to my native language.
Kind regards
Dan
403 - An error has occurred.
Access forbidden
Return to Control Panel
Then i thought it was something with my joomla, but then i tried on your demo site, and same thing happens on demo, ...i think something is wrong with hikaserial itself.
Please fix as soon as possible, so i can adjust hikaserial frontend to my native language.
Kind regards
Dan
Last edit: 14 years 1 week ago by dado023.
Please Log in or Create an account to join the conversation.
14 years 1 week ago #66258
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Re: translate hikaserial, HOW?
Hi Dan,
Thanks for the report.
The problem is fixed, the download package is updated and the demo website too.
Regards,
Thanks for the report.
The problem is fixed, the download package is updated and the demo website too.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
14 years 1 week ago #66260
by dado023
Replied by dado023 on topic Re: translate hikaserial, HOW?
that was fast...
now, how do i fix it on my website?
now, how do i fix it on my website?
Please Log in or Create an account to join the conversation.
14 years 1 week ago #66261
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Re: translate hikaserial, HOW?
Hi,
Just re-download the latest HikaSerial package and update your website with it.
Regards,
Just re-download the latest HikaSerial package and update your website with it.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
14 years 1 week ago #66263
by dado023
Replied by dado023 on topic Re: translate hikaserial, HOW?
just to be safe, will it change any of my customization such as show_order_front_show when i do as you suggest?
i would rather do it manually to keep customization
i would rather do it manually to keep customization
Please Log in or Create an account to join the conversation.
14 years 1 week ago #66271
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Re: translate hikaserial, HOW?
Hi,
With HikaSerial update and HikaShop updates, your customization is not touch.
All override files are in a external directory. This directory is safe (your template directory).
HikaShop and HikaSerial were design to be updated with customization, that's why we propose specific interfaces.
Modify core files is not recommended because your modification would be lost if you made an update, with override it's totally different.
But if you want to update manually, you have to edit the control config ( administrator/com_hikaserial/controller/config.php) and edit the 'modify' line (at the top of the file):
(code]'modify' => array('save','apply','share','send','savelanguage'),[/code]
"savelanguage" has been added in this list.
Regards,
With HikaSerial update and HikaShop updates, your customization is not touch.
All override files are in a external directory. This directory is safe (your template directory).
HikaShop and HikaSerial were design to be updated with customization, that's why we propose specific interfaces.
Modify core files is not recommended because your modification would be lost if you made an update, with override it's totally different.
But if you want to update manually, you have to edit the control config ( administrator/com_hikaserial/controller/config.php) and edit the 'modify' line (at the top of the file):
(code]'modify' => array('save','apply','share','send','savelanguage'),[/code]
"savelanguage" has been added in this list.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: dado023
Please Log in or Create an account to join the conversation.
14 years 1 week ago #66276
by dado023
Replied by dado023 on topic Re: translate hikaserial, HOW?
done, thanks
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.236 seconds