Home Forums Themes Support Claue Translation Issue on Claue

Topic Resolution: Resolved
Viewing 6 reply threads
  • Author
    Posts
    • #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

    • #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

    • #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

    • #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

    • #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

    • #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

    • #36767

      Hi Harry,

      Thank you for your help.

      It’s fully fixed now.

      Rahim Vaziri
      CEO & Founder at Look.ir

Viewing 6 reply threads

You must be logged in to reply to this topic.