content translation
Hello,
i use a self hosted version of H5P.
My Page looks like https://h5p-laravel-demo.stage.etd24.pl/editor/new
Now I want to insert German translations for the content multi-choice.
A part has not been translated yet like tipsAndFeedback.
For this I used the command
h5p get h5p-multi-choice
to include the content with the translations. Now I see in the file under
h5p-multi-choice/language/de.json also the german translation.
However, this is not translated in the frontend when I select the German language under "Create New Element" -> "Multiple Choice" -> "Details" -> Use.
"Tips and feedback"
was not translated to
"Tips and feedback"
What can I do so that this translation is used?