oscarhelm
Member
Posted 6 months ago #
Hi,
In the Theme My Login plugin you get multiple language files to translate the plugin, for example to Chinese, Russian, Dutch etc. (in .po and .po files).
But I don't see any settings to change the default language (English).
How do I change it?
Oscar
The plugin uses the same language as the WPLANG constant.
oscarhelm
Member
Posted 5 months ago #
I get it.
This was wrong in the wp-config.php file:
define ('WPLANG', 'nl');
It should be:
define ('WPLANG', 'nl_NL');
Now, it works perfectly.
But how do I change the sentence: "Please enter your username or email address. You will receive a link to create a new password via email."?
I also updated the NL language files. There were some typo's and some weird translations. Here you can download it.