Missing translated words in Galician translation
Submitted by antonioaneiros on Wed, 01/18/2023 - 11:52
Forums:
Hi,
I've been translating H5P into Galician (and Spanish) for a while.
I think I have now either translated or revised all the available material. However, I still see that some words do not apperar in Galician, notably the word "ADD" in buttons still appears in English. The same happens with some other strings like "Text overrides ans translations".
I see this problem will not appear in other languanges, like Spanish.
What am I missing?
otacke
Wed, 01/18/2023 - 13:00
Permalink
@BV The issue is caused by
@BV The issue is caused by https://github.com/h5p/h5p-interactive-video/blob/master/src/scripts/interactive-video.js#L1152 which requires the user to have interacted before an answer is accepted. You can easily verify this by going to the example above, check an answer, uncheck it again and then hit "Check". Works then.
Not sure why that restriction was added, so I cannot come up with a solution.
BV52
Wed, 01/18/2023 - 13:36
Permalink
Hi Oliver,I think you meant
Hi Oliver,
I think you meant this post "Multiple choice does not record score if no answer checked is the correct answer". I guess it's a bug/design flaw, I'll file it later ;-)
-BV
-BV
otacke
Wed, 01/18/2023 - 15:13
Permalink
Oh, yes, I did. I had both
Oh, yes, I did. I had both posts open, looked at the code and must then have chosen the wrong one :-D
BV52
Wed, 01/18/2023 - 18:17
Permalink
Hi antonioaneiros,Firstly we
Hi antonioaneiros,
Firstly we apologize for the mispost.
Would you mind providing the following:
-BV
antonioaneiros
Thu, 01/19/2023 - 11:37
Permalink
Hi,I forgot to mention I'm
Hi,
I forgot to mention I'm working on moodle.
This is the button to add options to a multiple choice but the same will appear in every other module in Galician; as you see, the word "ADD" appears untranslated:
However, in Spanish:
The word ADD appears translated.
The same will happen to other fields, like the Tutorial and Example buttons:
While in Spanish they appear translated...
antonioaneiros
Thu, 01/19/2023 - 12:00
Permalink
Sorry, I'm afraid I'm unable
Sorry, I'm afraid I'm unable to send any screenshots. Copying & pasting doesn't seem to work and the modules come from sites that require registration...
BV52
Thu, 01/19/2023 - 12:03
Permalink
Hi antonioaneiros,You can
Hi antonioaneiros,
You can attach them here. You should see ""Attahcments" at the bottom when writing a comment.
-BV
antonioaneiros
Thu, 01/19/2023 - 12:04
Permalink
OK, silly me. I've found the
OK, silly me. I've found the attachment section. Hang on.
antonioaneiros
Thu, 01/19/2023 - 12:13
Permalink
Ok, here are the promised
Ok, here are the promised screenshots. From the multiple choice module... but the same happens in any other.
otacke
Thu, 01/19/2023 - 21:49
Permalink
Hi!There's no Galician
Hi!
There's no Galician translation for H5P core editor, that's all. See https://github.com/h5p/h5p-editor-php-library/tree/master/language
Best,
Oliver
antonioaneiros
Fri, 01/20/2023 - 23:32
Permalink
And how can I add that
And how can I add that component in https://translate-h5p.tk? I can't find it...
otacke
Sat, 01/21/2023 - 15:22
Permalink
Hi!That site is not
Hi!
That site is not maintained by the H5P core team, but by Sebastian Rettig. It's well possible that this component cannot be included due to it's different translation structure. You would need to reach out to Sebastian.
Alternatively, you can always contribute via a pull request to the github repository directly.
Cheers,
Oliver
antonioaneiros
Mon, 01/23/2023 - 12:00
Permalink
Added translation to h5p-editor-php-library
Added Galician translation to h5p-editor-php-library via github.
Thanks.
BV52
Tue, 01/24/2023 - 17:06
Permalink
Hi antonioaneiros,Thank you
Hi antonioaneiros,
Thank you for the contribution. Our developers would have to review the code and schedule a translation release. You can check the release overview page to know if the translation has been released.
-BV