Translations of h5p into moodle in Spanish
Submitted by javiertutorial on Tue, 10/24/2017 - 19:53
Forums:
Hello, I'm on the path / mod / hvp / en / here use the file hvp.php and I translated it.
the theme is for each tool h5p does not translate certain texts, for example:
is translated score text, states, summary, but interactive video follows in English the big part.
I would like to translate all the content, how is this done?
tim
Fri, 10/27/2017 - 15:52
Permalink
Hi Javier, I'm glad that you
Hi Javier,
I'm glad that you've made a start with the main translations. If I understand correctly, you also wish to translate the content types, such as Interactive Video?
Those can be done by making pull requests to their specific github repositories:
https://github.com/h5p/h5p-interactive-video/tree/master/language
msegovia90
Wed, 07/11/2018 - 09:46
Permalink
Can you translate to the
I want to translate the "content types" directly from my server, can I? I have also sent translations to github, but you should check them first. What I want is to translate everything but from the moodle installation that is on my server, to be able to use the translation immediately.
otacke
Wed, 07/11/2018 - 09:49
Permalink
Hi!Sure, you can do that.
Hi!
Sure, you can do that. Just add/replace the language files on your system and make sure all caches are clean. Please note that right now the new language files will only be used for newly created content. It will not be replaced in old content.
Best,
Oliver
msegovia90
Fri, 07/13/2018 - 01:04
Permalink
In what route are those files
In what route are those files? I refer to the specific content, such as interactive video, memory game, accordion, etc.
thank you for your response
otacke
Fri, 07/13/2018 - 09:14
Permalink
Right, this is a little
Right, this is a little trickier on moodle than on drupal or WordPress. I actually don't know how its API stores stuff and where it places the files under which name. Maybe someone else in the community who knows more about moodle can help out.