Hi,
I read the translation docs (
www.ari-soft.com/docs/wordpress/ari-stream-quiz-pro/v1/en/index.html#translations), but still struggle to change the words "Correct" and "Wrong" in the quiz to "Riktig" and "Galt".
I downloaded the ari-stream-quiz.pot and made some changes in the code:
#: quiz-session/class-html.php:56
msgid "Correct"
msgstr "Riktig"
#: quiz-session/class-html.php:58
msgid "Wrong"
msgstr "Galt"
Then, I uploaded the file "ari-stream-quiz-nb_NO.pot" to ...wp-content/plugins/ari-stream-quiz/languages/override/
However, when taking the quiz I still get "Correct" and "Wrong".
What did I do wrong?
Thank you.