Codestyling and WPML are two different plugins . Are you trying to translate the site to portugese or want both english and portugese if you want both you will have to buy the WPML plugin if you havent yet.
Hey, I downloaded the Codestyling and bought the WPML. My issue is try to make they both work. I mean, first translate it to portuguese and then make it pt/en with the WPML. What you suggest?
Ok, but it is not working... In other themes I did the same and it worked, but I don't know why it not work here... neither with Codestyling or WPML. :/
When translating you need to ensure that the .po/.mo file located inside of salient/lang are named according to what you have set as your language in wp-config.php. For example they would be named pt_PT.po and pt_PT.mo and in your wp-config.php you should have define('WPLANG', 'pt_PT');
Hey,
I'm trying to translate the theme to portuguese and make it work with the WPML, but I don't why its not working!
I've download the Codestyling Localization but it is not working...
How can I solve that?
Thanks! The them is great! :)
Hey Thales!
Codestyling and WPML are two different plugins . Are you trying to translate the site to portugese or want both english and portugese if you want both you will have to buy the WPML plugin if you havent yet.
thanks
ThemeNectar Support Team
Hey,
I downloaded the Codestyling and bought the WPML. My issue is try to make they both work. I mean, first translate it to portuguese and then make it pt/en with the WPML.
What you suggest?
Thanks!
Hey Thales!
Then you should only use WPML.
All the Best,
-T
ThemeNectar Support Team
Ok, but it is not working...
In other themes I did the same and it worked, but I don't know why it not work here... neither with Codestyling or WPML. :/
Hey Thales!
When translating you need to ensure that the .po/.mo file located inside of salient/lang are named according to what you have set as your language in wp-config.php. For example they would be named
pt_PT.po and pt_PT.mo and in your wp-config.php you should have
define('WPLANG', 'pt_PT
');Cheers :)