Hi
I'm trying to activate the norwegain translation of the frontend theme Musicstate.
Need to have the "Read more" and other details translated into norwegain.
I've downloaded the files musicstate.pot and gk-nsp.pot and translated into .po and .mo files.
The gk-nsp-nb_NO po/mo files are uploaded to both wp-content/language/plugins and
wp-content/plugins/gk-nsp/language.
The musicstate nb_NO po/mo files are uploaded to wp-content/language/themes.
And this is added to my wp-config.php file:
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* es_ES.mo to wp-content/languages and set WPLANG to 'es-ES' to enable Spanish
* language support.
*/
define('WPLANG', 'nb-NO');
Still can't get the norwegain translated text strings to be shown in my site?