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.8.13, i18n, metabox, translation
- This topic has 6 replies, 3 voices, and was last updated 12 years ago by
Global Cultura.
-
AuthorPosts
-
07/02/2014 at 2:55 pm #295800
Global Cultura
GuestHi,
The title of the boxes, when editing an individual entry, are not translated; as you can see at attached image, the labels of the fields and the buttons are correctly translated to spanish, but not the title of the box or the radio buttons.
I think it’s a bug, because code at class.metabox-entry.php seems to be ok:
‘title’ => __( ‘Social Media IDs’, ‘connections’ ),
07/02/2014 at 2:59 pm #295801Global Cultura
GuestThis reply has been marked as private.07/02/2014 at 9:12 pm #295828Steven Zahm
Keymaster@ Global Cultura
Yes, it appears that is a bug. Thanks for bringing it to my attention! I have it fixed and it be released in the 0.8.14 bugfix release.
As for the image upload… there is no upload button, there should be a button to choose and image from your computer. If you do not see this button, make sure the metabox is not collapsed… click the arrow to the right of the metabox title.
Hope that helps!
07/05/2014 at 5:41 am #296078Global Cultura
GuestThank you, Steven
I’ll wait for new release
07/26/2014 at 5:04 pm #298087Global Cultura
ParticipantHi, again Steven
I have updated to 0.8.14 version. Good job!
But, unfortunately, some words still not been translated. There’s a little error at code, for instance:
It says: ‘title’ => __( ‘Name’, ‘connection’ ),
But it must say: ‘title’ => __( ‘Name’, ‘connections’ ),
:-)
And, also, Visibility radio button options label are not translated at metaboxes but they are translated at Entry options (you can see this at attached images)
Thank you for your attention
Attachments:
You must be logged in to view attached files.07/28/2014 at 10:20 am #298199Steven Zahm
Keymaster@ Global Cultura
Thanks for pointing out the issues! I have fix them for the next release.
The visibility options can be fix in the
class.options.phpfile.Change this:
'public' =>'Public', 'private' =>'Private', 'unlisted' =>'Unlisted'To this:
'public' => __( 'Public', 'connections' ), 'private' => __( 'Private', 'connections' ), 'unlisted' => __( 'Unlisted', 'connections' )Hope that helps!
07/29/2014 at 3:02 pm #298452Global Cultura
GuestYes, it helps very much!
Thank you, great support
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
