at the Web-Development levels, there are HTML-tags listed in the middle. If you click on them, you get a short description of how to use them. For example
<p>-Basic Tag
I noticed that the caption “Example” is already translated - but is it possible to translate the short description as well?
thanks for the answer! Sorry, I was somewat unclear: Here is what I see with the language setting German:
My main question is: Where / how can I translate the texts that are still English? Is it possible at all?
Just as a side remark I noticed that the word Example was already translated to “Beispiel”, so I hoped that a translation of the rest is possible already…
It looks like those aren’t available yet. I’ve asked someone to double check for me, but I don’t think we’ve gotten the HTML related items into places where they can be translated yet. If that’s correct, then we’ll try to add these so they can be translated.
Just noticed this little component on i18n: https://direct.codecombat.com/i18n/component/useshtml which is ready for translation.
No idea, where it is used. If anyone could tell me how to find out where it is used - any hints welcome!
Regards!
The descriptions are created using the level editor, for example https://direct.codecombat.com/editor/level/tiny . At the COMPONENT tab you can find the component programming.UsesHTML. At the “Setting” tab, you can get into the property “Property Documentation”. Here you will find all the tags (as the <p>-tag) and if you unfold them, you find the fields with name and description.
.You need to add i18n - entries (with [+] and sub entries for your language. It is similar to articles translation that I described at How to translate Articles
With that, it seems easy to translate all the HTML-Tag descriptions.
I you need a walkthroug, let me know!
Regards!
NB: Couldn’t work out how to translate the example though… So @maka, you are quite right: Now I can translate the transcription now, but not the examples, as there seem to be no i18n fields for that…