Edson Galina Fortes
Forum Replies Created
-
Hi @jules-colle ,
sorry for the late answer. I think it should be work with Weglot
May you can process by step
Step 1 : change your website root and check if it’s works even if you have strange url like /en/fr
if it’s works, you can try manipulate your url with an htaccess rule. I’m just afraid it could create ‘too many redirection’ issue.
Keep me in touch I’m interessting by this workaround 😉
RegardsHi @jules-colle ,
Thanks a lot for your message.
I’m Edson and I’m glad to help you out. Actually, Weglot only proposes the language subdirectory “/xx”/ on the translated versions.
As the integration is a subdirectory-based one, the translations are displayed in a subfolder of the root domain, i.e. your main domain. As we didn’t get this demand this much, and the way Weglot works with the translation generation, such a feature doesn’t seem really easy to implement on our end and so such a feature is not on our roadmap for now.
Don’t hesitate to come back to us if you need more information.
Have a great day,
Regards,hi @ivijanstefan hope you’re fine? Sorry for the issue your facing. I’ll check this errors and get you in touch
Regardshi @timholz ,
hope you’re fine? Sorry for the issue your facing but you mention translateprss and here is the support page of the weglot plugin.
I’m not sure I can hep you, you should contact translatepress support
Regardshi @jyanez95 ,
hope you’re fine ? Here you can find a patch version of the plugin prevent the issue : https://we.tl/t-N12jHU2g0V
Regardsclose due to no answer
Hi @suppewp ,
hope you’re fine? sorry for the issue your facing.
here a patch version to fix the issue : https://we.tl/t-N12jHU2g0V
but can you reach your issue to our support (support@weglot.com) and mention me ? I would investigate about it and I need personal information (your api key for example) and it’s not a good idea to share it here ^^
RegardsHi @jyanez95 , hope you’re fine ?
Sorry for the issue you’re facing. For the moment can you make this update on file wp-content/plugins/weglot/src/models/class-schema-option-v3.php line
replace$destinations[] = array( 'language_to' => $item['language_to'], 'custom_code' => $item['custom_code'], 'custom_name' => $item['custom_name'], 'custom_local_name' => $item['custom_local_name'], 'public' => $item['enabled'], );by
if(!isset($item['custom_local_name'])){ $item['custom_local_name'] = ''; } $destinations[] = array( 'language_to' => $item['language_to'], 'custom_code' => $item['custom_code'], 'custom_name' => $item['custom_name'], 'custom_local_name' => $item['custom_local_name'], 'public' => $item['enabled'], );Can you reach your issue to our support (support@weglot.com) and mention me, i want to take a look to find the reason of the issue
RegardsHi @dmassissa , hope you’re fine?
Yes it possible, you can had a popin on site load and add the weglot swither into it, there is no problem to do this.
RegardsHi @geoffwhere ,
hope you’re fine? Sorry for the issue you’re facing. If the content you’ve delete appear again on Weglot it seems that yet can see the content. Can you try to delete the content from your TL and exclude it ? https://support.weglot.com/article/95-how-to-exclude-urls-blocks-words-from-translation
I want to be sure that the content came from your website and not from another sources
Don’t hesitateHi @kalyx ,
thanks for your feedbacks, I’ve create the issue and it would be deploy on the next release.
Do you need a patch version waiting for the release ?
RegardsHi Coco,
https://www.loom.com/share/52be52d4f8cb4a3585c4c6242ef9211b I can’t reproduce the issue on my side. May you can send me a short video or screenshots show me how you reproduce the issue ?
Regardshi @coccoinomane ,
hope you’re fine? Thanks for the feedbacks it should be fix ASAP 😉
RegardsHi @ebrahimelsayed ,
hope you’re fine? Sorry for the issue your facing but this is the Weglot support page not the translate page one. I think you should ask Translatepress support for your issue
RegardsHi @daravid hope you’re fine ?
Here you can find all the languages we support : https://weglot.com/documentation/available-languages/
If your language don’t appear in list you can reach it to our support to ask them if it planned to add it in future.
About translation by Weglot, we use some API (google translate, Deepl, etc) to have automatic translation. You can manage all your translation via our dashboard if you want to modify them
Regards