translation in template-blog-thumb-left.php and archives

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress Themetranslation in template-blog-thumb-left.php and archives

This topic has been marked as not resolved.

I am using this page template for the blog, and “no comments” etc are not translated (but other strings are translated).

The code is:
comments_number( __('no comments', 'shoppica'), __('one comment', 'shoppica'), __('% comments', 'shoppica')

Also, on this page, the date is written “27 Dec, 2012″, but my setting is “j F Y”

  • This reply was modified 3914 days ago by  themelollo.
  • This reply was modified 3914 days ago by  themelollo.
  • This reply was modified 3914 days ago by  themelollo.
  • This reply was modified 3914 days ago by  themelollo.
August 14, 2013 at 11:55 am #26555

I was able to solve the date issue, sorry for all updates

August 14, 2013 at 12:31 pm #26560

Hello,

Did you translate all your strings in language file?

We will need the website url, admin and ftp access, so we can check.

You can use hidepost to share private information with the support staff.

Best,
ThemeBurn team

August 14, 2013 at 10:44 pm #26582

Yes, I did translate. I checked per my understanding, and I found the following: by changing
<?php  comments_number( 'no comments', 'one comment', '% comments' ); ?>
to
<?php  comments_number( __('no comments', 'shoppica'), __('one comment', 'shoppica'), __('% comments', 'shoppica') ); ?>
(copied from single.php) it translates well.
Perhaps this is something you shall change in your files, anyway it worked fine for me.
Thanks

August 15, 2013 at 8:34 am #26590

Hello,

Thank you for the update, we will add this with next patch.

Best Regards,
ThemeBurn team

August 15, 2013 at 2:11 pm #26607
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.