note here that the en_US is text domain if your default wordpress language is English .
you have to check if language files in your related lanaguage text domain with "vibe-" as prefix .
example : vibe-fr_FR.po/mo , vibe-ru_RU.po/mo .
I am sorry, but I do not understand what you mean I should do...
This is the content of my Languages - themes folder:
Please share the admin credentials with us to check it.
I solved the problem replacing Loco with Codestyling plugin. Thank you.
http://gymnasiematte.se/wp-login.php
name: helena
passw: 1bxhj89kl
Hi @nena14,
we checked your site and we are bit confused coz everything seems to be right in your site but still translations are not working .
As an alternative can you please try adding the given code in your wplms-customizer.php file in wplms customizer plugin at the end before " ?>" :
add_filter('gettext',function($x){if($x == 'Discussion'){$x = 'diskussioner';} return $x;});
add_filter('gettext',function($x){if($x == 'Ask Question'){$x = 'ställ en fråga';} return $x;});