Home › Forums › Themes Support › Claue › Translation Issue on Claue
- This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago by Rahim.
-
AuthorPosts
-
-
June 6, 2020 at 12:44 pm #36745
Hi Harry,
Hope you are fine my friend.
1. Harry, I realized when I comment on a blog post, the string at is not translated. while this string is translated on my Persian Language WordPress and when I change the theme, it’s translated but on Claue, no. Can you please check this on your own by changing the WordPress language?
2. Harry, I realized when a user comments on a product page, the time is not printed, only the date is printed. How can we have the time and date on here like a blog’s comment?
I cannot provide the screenshots links
so I sent you the files.When I add the links, the topic goes for moderation.
Regards,
Rahim
Attachments:
You must be logged in to view attached files.Rahim Vaziri
CEO & Founder at Look.ir -
June 6, 2020 at 11:19 pm #36749
Hi Rahim,
1. I still not understand your issue, can you explain more.
2. I check on my local it still work well https://prnt.sc/suywcn
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 8, 2020 at 1:05 am #36759
Hi Harry,
I mean the word
at
is not translated to my language while I use your theme in the comment section of the blog.When I change the theme to one of WordPress default themes, It translated to my language.
I just want you to change the language of WordPress to one of your translates support of your theme and check that the word
at
becomes translated or not.Regards
Attachments:
You must be logged in to view attached files.Rahim Vaziri
CEO & Founder at Look.ir -
June 8, 2020 at 11:15 pm #36761
Hi Rahim,
Please edit file in claue > core > libraries > janstudio > hooks > helpder.php
line 701 and change to below code
sprintf( wp_kses_post( '%1$s'. esc_html__( 'at', 'claue') .'%2$s', 'claue' ), get_comment_date(), get_comment_time() )
After that go to Loco > Theme > Claue > Edit template > Sync > Save and try translate.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 8, 2020 at 11:26 pm #36762
Hi Harry,
It’s translated now but there is no space before and after the word
at
now.I fixed the space by translation in Loco, but you need to fix the space.
Rahim Vaziri
CEO & Founder at Look.ir -
June 9, 2020 at 10:00 am #36765
Hi Rahim,
Please change code to
sprintf( wp_kses_post( '%1$s '. esc_html__( 'at', 'claue') .' %2$s', 'claue' ), get_comment_date(), get_comment_time() )
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 9, 2020 at 1:49 pm #36767
Hi Harry,
Thank you for your help.
It’s fully fixed now.
Rahim Vaziri
CEO & Founder at Look.ir
-
-
AuthorPosts
You must be logged in to reply to this topic.