Hi everyone,
I tried to change the translation to Chinese but I don’t know how to do it properly.
I changed the back template to this:
{{^Danish}}{{Chinese}}{{/Danish}}
but it didn’t work.
What should I do?
Hi everyone,
I tried to change the translation to Chinese but I don’t know how to do it properly.
I changed the back template to this:
{{^Danish}}{{Chinese}}{{/Danish}}
but it didn’t work.
What should I do?
The default language is Danish. Change to this to make it Chinese:
<div class="title">
<b>{{Chinese}}
<!-- If there is no translation, English name is shown: -->
{{^Chinese}}{{English}}{{/Chinese}}
</b></div>
Note that you can additionally include Chinese-traditional
if relevant.
Thank you! It helps a lot!