DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Even when the website for Apache OpenOffice looks like that everything is in a single place, the website is separated in a contant constant part (mainly the text in HTML and MD files) and an assent asset part (for graphics, CSS, JavaScript).
When it should be translated, then both parts have to be considered.
...
From the top with the Apache OpenOffice logo down to the colored navigation line.
Body
From the vertically vertical navigation links and the news text down to the horizontal line
...
Preferred parts are - of course the main page (index.html), download and why. But also the others other pages can be translated.
In order to work with data that ca can be changed dynamically (e.g., when new releases happen), some parts are only working when HTML and JavaScript parts are translated together.
Example for dynamic
The content of th the drop-down-boxes on https://www.openoffice.org/xx/download/ is coming from https://www.openoffice.org/xx/download/msg_prop_l10n_xx.js
Every text has 2 parts: A variable and it's actually actual value.
Example for
...
variable / value
The text string "Apache OpenOffice Download" on the download webpage Download is coming from the file .../xx/download/msg_prop_l10n_xx.js:
Variable "l10n.dl_headline_text" and value "Apache OpenOffice Download". There are some control chancters characters like sum (=) ans and the semicolon (;). Please make sure not to delete or change them. Otherwise unforseen problem , unforeseen problems can happen.
However, not every text can be managed with JavaScript. Especially when JavaScript is no option, it is still hard-coded in the HTML files.
...