Closed davidperezgar closed 9 years ago
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?
Hello?
it is done here https://github.com/pixelgrade/pixproof/pull/17
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?