Thread Starter
Sungur
(@sungur)
Hello.
I guess you got it wrong. I do not want a translation plugin for my site. How can I permanently translate these English expressions into my language? That’s my question.
Thread Starter
Sungur
(@sungur)
I have Loco Translate plugin installed on my site but I couldn’t find these expressions. Does it come from an outside source?
Thread Starter
Sungur
(@sungur)
I found the phrases I asked and changed them. I also found and changed how to sort the categories. Is it possible to show subcategories by clicking the categories?
Hello @sungur,
For categories text you have to translate the text from the theme code file for that go to theme folder (vw-ecommerce-store) >> template-parts >> header >> top-header.php L 16. >> from here you can translate the text.
For a subcategory, you have to add the additional functionality of subcategory through child theme as if the parent theme updates your extra customization may not affect.
Thanks.
Thread Starter
Sungur
(@sungur)
When the theme was updated, my translations became in English. How can I do Turkish permanently?
Hello @sungur,
You have to make the child theme and then overwrite the top-header.php in it. then it will be the permanent translation as your parent theme will update but your child does not affect. Please follow the below link.
https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/
Thanks.
Thread Starter
Sungur
(@sungur)
Can I solve the problem by creating my own language file?
Hello @sungur,
Yes, you can create your language file which will translate your site into a particular language.
Thanks.