Antonio Venneri
January 28, 2015 at 7:48 am
Hi,
I noticed tha WP Admin Toolbar don’t follow the translation in event_espresso-it_IT.mo translation file module.
How to set the translated label?
There are other section with the sam problem (i.e. under General Settings the label Your Organization, Template….Countries)
Lorenzo Orlando Caum
January 28, 2015 at 8:40 am
Add New Note to this Reply
Hi Antonio,
The WP admin toolbar options don’t appear to be translatable at this time so we’ll need to get that fixed.
What areas of the general settings page for Event Espresso aren’t translating?
The headings do appear to be wrapped in a textdomain and should translate. Could you share a screenshot so I can re-check those specific areas?
https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots
Thanks!
—
Lorenzo
Antonio Venneri
January 28, 2015 at 9:52 am
Add New Note to this Reply
Sure!
Here you can find the screenshot
http://cl.ly/image/3t2g0Z0S3D3h
Antonio Venneri
January 28, 2015 at 9:56 am
Add New Note to this Reply
Other example
http://cl.ly/image/3U2h2Q1G1G45
Lorenzo Orlando Caum
January 28, 2015 at 10:48 am
Add New Note to this Reply
Alright, I was able to determine what is happening here.
The translation file is picking up this:
‘title’ => __(‘Templates’, ‘event_espresso’),
However, the tab uses this:
‘label’ => __(‘Templates’),
It needs to be updated to this:
‘label’ => __(‘Templates’, ‘event_espresso’),
We’ll also get that fixed. Thanks.
—
Lorenzo
Josh
February 16, 2015 at 7:42 pm
Add New Note to this Reply
Hi Antonio,
The missing translation ready textdomains were fixed in Event Espresso 4.6.7.p.