New Localization Languages
Posted: Wed Feb 26, 2025 1:43 am
We are adding additional languages to our webhelp output.
For some reason, not all of the language strings in the localized file are getting picked up on publish.
Here is an example of our Italian translation.
The button to expand sections has the aria-label correct but the title is still in English.
<button class="webhelp_expand_collapse_sections" data-next-state="expanded" aria-label="Comprimi sezioni" title="Expand sections" style="display: block;"></button>
The print button is fine.
<button onclick="window.print()" title="Stampa questa pagina" aria-label="Stampa questa pagina" class="oxy-icon oxy-icon-print"></button>
On the search page, there no Italian phrases being substituted for their English equivalents.
Ex. The next and previous buttons still say "Next" and "Previous"
I have followed the instructions for adding a new languages as found on this page:
https://www.oxygenxml.com/doc/versions/ ... nsive.html
Is there something else i need to do besides the instructions listed on the page linked above?
Thank you!
For some reason, not all of the language strings in the localized file are getting picked up on publish.
Here is an example of our Italian translation.
The button to expand sections has the aria-label correct but the title is still in English.
<button class="webhelp_expand_collapse_sections" data-next-state="expanded" aria-label="Comprimi sezioni" title="Expand sections" style="display: block;"></button>
The print button is fine.
<button onclick="window.print()" title="Stampa questa pagina" aria-label="Stampa questa pagina" class="oxy-icon oxy-icon-print"></button>
On the search page, there no Italian phrases being substituted for their English equivalents.
Ex. The next and previous buttons still say "Next" and "Previous"
I have followed the instructions for adding a new languages as found on this page:
https://www.oxygenxml.com/doc/versions/ ... nsive.html
Is there something else i need to do besides the instructions listed on the page linked above?
Thank you!