Home › Forums › Iconic One Pro Support › Translation Missing terms
- This topic has 8 replies, 5 voices, and was last updated 8 years, 11 months ago by
Themonic-Support.
- AuthorPosts
- October 9, 2013 at 12:43 pm #966
da_syentist
ParticipantI just finished translating the iconic one pro theme using the given PO file , but i just realized that there are some missing text to translate .
Ex : read more
and a couple of other sentence …
do you plan to add them to the PO file soon ?
thank you
October 9, 2013 at 2:54 pm #967Themonic-Support
KeymasterThank you for notifying us, we will address this in the next version for sure.
“Read more” is present in line 74 of functions.php if you want to edit it manually.
January 17, 2014 at 12:52 pm #1537Demeter
ParticipantIn last version I can not find “Read More” in functions.php and in .po file too.
So, how to translate it?January 17, 2014 at 6:47 pm #1538Themonic-Support
Keymaster“Read More” is in line 74 of functions.php you can translate it from there.
March 9, 2014 at 12:54 pm #1807lbeaver
ParticipantMissing:
* Read More (functions.php:74)
* Home (inc/io-pro-functions.php:8)
* thoughts on (comments.php:25)
* Related Posts (single.php:38)Please fix it in the new version.
March 29, 2015 at 6:23 am #3278extremist
ParticipantThese are still missing.
* Read More (functions.php:74)
* Home (inc/io-pro-functions.php:8)
* thoughts on (comments.php:25)March 29, 2015 at 8:23 am #3281Themonic-Support
KeymasterThese translations have been updated in the latest version 1.5, you can download it from the member area.
March 19, 2016 at 5:19 pm #4085lbeaver
ParticipantMissing «1 Comment» and «% Comments».
@@ -33,7 +33,7 @@
<span class=”date updated”><?php echo get_the_date(); ?></span>
</div>
<div class=”adt-comment”>
– <span>“><?php comments_number(__(‘0 Comment’,’themonic’),__(‘1 Comment’),__(‘% Comments’)); ?></span>
+ <span>“><?php comments_number(__(‘0 Comment’,’themonic’),__(‘1 Comment’,’themonic’),__(‘% Comments’,’themonic’)); ?></span>
</div>
</div><!– below title meta end –>
<div class=”clear”></div>March 19, 2016 at 6:27 pm #4086Themonic-Support
KeymasterThank you for notifying us, these translation terms will be updated in the next version.
- AuthorPosts
- You must be logged in to reply to this topic.