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

Language translation is not working properly #15

Closed
davidperezgar opened this issue Oct 22, 2015 · 2 comments
Closed

Language translation is not working properly #15

davidperezgar opened this issue Oct 22, 2015 · 2 comments

Comments

@davidperezgar
Copy link
Contributor

Is not defined 'pixproof' as text domain to load languages.

Ex.
'name' => __( 'Client Name', 'pixproof_l10n' ),
should be
'name' => __( 'Client Name', 'pixproof' ),

and the language directory is missing.

If you want, I can make a pull request. Which branch?

@davidperezgar
Copy link
Contributor Author

Hello?

@andreilupu
Copy link
Contributor

it is done here #17

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

2 participants