https://issues.apache.org/ooo/show_bug.cgi?id=125070
Marcus <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 Component|Website general issues |Downloads --- Comment #2 from Marcus <[email protected]> --- The webpage relied on the "getLink()" function on the main download webpage. This is no longer there. Unfortunatelly, I cannot help to fix this before Monday evening (CEST). But here is what I would do to not only fix but also upgrade to the new look & feel: 1. Copy & paste the relevant code part in ".../download/index.html" (it's the HTML + JS part for the green box) and replace the respective part in ".../es/descargar/index.html". 2. Copy the ".../download/msg_prop_l10n_en.js" to ".../es/descargar/" and rename it to "msg_prop_l10n_es.js". 3. Translate the strings in the file into Spanish. - Hint 1: The current strings in "/es/descargar/index.html" can help to shortcut this. - Hint 2: The file contains more strings. But only the ones for the green box, sub-green box and sub-red box are necessary, please look for the comments. 4. Insert the following line in ".../es/descargar/index.html" into the "head" part at top of the file: <script type="text/javascript" src="msg_prop_l10n_es.js"></script> 5. This should help to get back the download webpage in Spanish. I'm very sorry that the recent change caused this trouble. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
