pixelgrade / pixproof

WordPress photo gallery proofing plugin. Using a CPT you will create special protected galleries that will allow your clients to examine and approve the photos.
GNU General Public License v2.0
19 stars 7 forks source link

Language translation is not working properly #15

Closed davidperezgar closed 8 years ago

davidperezgar commented 8 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?

davidperezgar commented 8 years ago

Hello?

andreilupu commented 8 years ago

it is done here https://github.com/pixelgrade/pixproof/pull/17