afcformazione 0 Report post Posted March 2, 2011 Hi, I'm translating all platform pro in italian, but I've some problem to locate where the months are. When I add a new post at the top of the post there's the date and the month is in English. How I can traslate this? Share this post Link to post Share on other sites
Kate 3 Report post Posted March 2, 2011 Hi Alessandro - What process are you currently using for translation? A plugin? Share this post Link to post Share on other sites
Sourena 2 Report post Posted March 2, 2011 The names of the months are not part of the theme's localization. They are part of the WordPress localization: http://codex.wordpress.org/Translating_WordPress#Month_names Have you defined the language for your site in your "wp-config.php" file (located in the root directory)? There should be a line like this in "wp-config.php": define ('WPLANG', ''); Change it to: define ('WPLANG', 'it_IT'); Also make sure you have the "languages" folder in your "wp-content" folder. Inside the "languages" folder you should have two files: it_IT.mo it_IT.po You can download these files from here: http://www.wordpress-it.it/wordpress-in-italiano/ or here: http://it.translationswp.com/ alefba.usWeb Development & Design for Right-to-Left languages Share this post Link to post Share on other sites