Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 0.7.6.4, translation
- This topic has 5 replies, 2 voices, and was last updated 10 years, 1 month ago by
peekaa.
-
AuthorPosts
-
04/02/2013 at 2:32 pm #255770
peekaa
ParticipantCould you pls make this part of code in class.output.php:
public function getCategoryBlock( $atts = array() ) {
$defaults = array(
‘list’ => ‘unordered’,
‘separator’ => NULL,
‘before’ => NULL,
‘after’ => NULL,
‘label’ => ‘Categories: ‘,
‘parents’ => FALSE,
‘return’ => FALSE
);‘label’ => ‘Categories: ‘,: so it works with po file (translation file in lang folder)? Thank you very much. It would be better then hardcoded translation here.
04/02/2013 at 2:45 pm #255774Steven Zahm
Keymaster@ peekaa
Sure thing. I’ll make sure this is addressed in the next release. Thanks for bringing this to my attention.
04/28/2013 at 9:35 am #258113peekaa
ParticipantI upgraded to 0.7.6.4, there is change in class.output.php, but as for me tis not working. Still only english text “Categories” is shown in web, even if in connections-cs_cz.po I have translation:
#: connections.php:802 includes/class.form.php:282 submenus/categories.php:66
#: submenus/manage.php:437 submenus/manage.php:446
msgid “Categories”
msgstr “Kategorie”04/28/2013 at 9:45 am #258116Steven Zahm
Keymaster@ peekaa
I do believe you need to update your PO file from sources. This is where it is in the source POT:
#: includes/class.output.php:1923
msgid “Categories:”
msgstr “”Also, could you send me you PO file? I’ll include it with Connections. Also, if you would like an easier way to translate Connections, I strongly suggest create an account, it’s free, here:
https://www.transifex.com/projects/p/connections/
It is much nicer than trying to use Poedit.
04/28/2013 at 9:50 am #258118peekaa
ParticipantNow I have found there is new connections.pot where is new line with “Categories:”. So this is fixed.
04/28/2013 at 9:55 am #258119peekaa
ParticipantWell, as for my translation – this is strongly destined to our school, some text are translated in really different meaning, cause we use it the other way. And I have translated only a few strings, those ones for web only. Anyway, thank you for your offer.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.