evertiro / historical-redux2

A simple, easily extendable options framework for WordPress based on NHP Theme Options Framework.
http://reduxframework.com
Other
105 stars 43 forks source link

Translation #80

Closed deryckoe closed 11 years ago

deryckoe commented 11 years ago

Hi, I would like to create a translation .mo file for Redux. I could send to you, of course when I finish but I would like to know how can I translate Redux. the plugins generally comes with a languages folder and the related functions to load .mo files. Has Redux something like that?

Thanks in advance.

Best Regards.

zenideas commented 11 years ago

When you place this in your theme folder. Use the theme's textdomain in place of: define('Redux_TEXT_DOMAIN', 'redux-opts');

Then generate your .po file using poEdit.

The .po file would contain all the strings from the theme along with this Redux Framework.

evertiro commented 11 years ago

Hmm this should have been closed by now! Either way... feel free to submit translation files!