Happy New Year, everyone! And Happy New Language
I am excited to share that the Brazilian Portuguese translation is now complete, and some items have already been reviewed. @ibacher @akanter @grace Thank you guys for your support!
Now, I’m wondering how to properly implement this translation. From what I understand, there’s a CI/CD process that handles this operation, but the information available in this thread seems outdated.
I’ve already configured my Docker installation with the following setup:
/distro/configuration/globalproperties/i18n-core_demo.xml
<config>
<globalProperties>
<globalProperty>
<property>locale.allowed.list</property>
<value>en, en_GB, es, fr, he, km, ar, vi, pt, pt_BR, zh</value>
</globalProperty>
<globalProperty>
<property>default_locale</property>
<value>pt_BR</value>
<description>Specifies the default locale. You can specify both the language code(ISO-639) and the country code(ISO-3166), e.g. 'pt_BR' or just country: e.g. 'pt'</description>
</globalProperty>
</globalProperties>
</config>
However, this configuration does not seem to work. Additionally, the documentation available at O3 Translations Configuration is quite superficial for the use case of newly added translations.
Could someone provide updated guidance on how to properly implement a new language translation like this? Any help would be greatly appreciated!