voriand
Member
Posted 5 months ago #
Hi All!
I have a translated WordPress installation and so far it was alright, but now we got a server change and the month names are in english... The main language files are translated (.po and .mo files) and i rewrote the locale.php file too in the wp-includes/ directory, but nothing happening... The month names are still in english...
Can someone help me with this?
Thank you very much!
and i rewrote the locale.php file too in the wp-includes
There is no need to hack core files to get translation working.
Did you set the correct language in your wp-config? Try searching and translating for the month names strings with a plugin:
http://wordpress.org/extend/plugins/codestyling-localization/
http://alefba.us/how-to/localize-wordpress-themes-plugins-codestyling-localization/
voriand
Member
Posted 5 months ago #
Yes, in the wp_config.php file, i got this too:
define ('WPLANG', 'hu_HU');
voriand
Member
Posted 5 months ago #
Yes, but it couldn't find any month names, that are in english... so no solution yet :(