WordPress po files

The define(‘WPLANG’, ‘ru_RU’); in the wp-config.php is no longer needed, as WordPress stores this value in the database (starting from version 4.0). However, I suppose your problem is actually something different. Your Steps: Add a filter to locale To ensure your language is set correctly, use a code like this: add_filter( ‘locale’, ‘f711_set_language’ ); function … Read more

qTranslate: Hide untranslated content

This might help: http://www.gish.se/wg-qtranslate.zip – download and install, then fix plugin, changing: foreach($content as $language => $lang_text) { $lang_text = trim($lang_text); if(!empty($lang_text)) $languages[] = $language ; } to foreach($content as $lang => $lang_text) { $lang_text = trim($lang_text); if(!empty($lang_text)) $languages[] = $lang ; } taken from http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=2958, works in most cases

qtranslate is not working properly [closed]

1) The plugin doesn’t automatically provide translation – you have to fill it in yourself. However, there is a service you can use to get your translations: With qTranslate 2.3, a new feature called “qTranslate Services” have been added. So what does it do? Well, with qTranslate Services, qTranslate can finally do what the name … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)