Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vafpress bypass the theme language strings #113

Open
webselfsrl opened this issue Jun 25, 2015 · 0 comments
Open

Vafpress bypass the theme language strings #113

webselfsrl opened this issue Jun 25, 2015 · 0 comments

Comments

@webselfsrl
Copy link

Hello,

we have problems to translate the strings of Vafpress options/meta.

Ex. If we have a field like this:
array(
'type' => 'textbox',
'name' => 'title',
'label' => __('Title', 'my_textdomain'),
'description' => __('Leave blank to disable the section header', 'my_textdomain'),
),

In our .po file we see these 2 strings ("Title" and "Leave blank to disable the section header")

We translate them but in the options they remain in english.

It seems like it would be cached or our language string can't reach them..

Maybe am I doing something wrong?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant