You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2021/06/07 19:20:44 UTC

[openoffice-org] branch main updated: Reworked the comments for the redirect function

This is an automated email from the ASF dual-hosted git repository.

marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new dcaf28f  Reworked the comments for the redirect function
dcaf28f is described below

commit dcaf28fd03361086e3a26378178f6a19387a72a6
Author: Marcus <ma...@apache.org>
AuthorDate: Mon Jun 7 21:19:47 2021 +0200

    Reworked the comments for the redirect function
---
 assets/msg_prop_l10n.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/assets/msg_prop_l10n.js b/assets/msg_prop_l10n.js
index 2d5061f..a736560 100644
--- a/assets/msg_prop_l10n.js
+++ b/assets/msg_prop_l10n.js
@@ -51,8 +51,9 @@ l10n.index_alert_box_text_text			= "Text with max. 630 characters. <br /><br />
 l10n.index_alert_box_text_title			= "Mouse over title text for the text.";
 
 // Flag how to redirect and if text should be displayed.
-// This list must match DL.SEL_LANG in /assets/download/globalvars.js
-// "none" = no redirect, no text shown - "soft" = redirect, text shown - "hard" = redirect, no text shown.
+// Entries for new languages have to be done in /assets/msg_prop_l10n.js + /assets/download/globalvars.js + /assets/download/languages.js
+// Usage: "none" = no text shown, no redirect - "soft" = text shown, redirect by click on text - "hard" = no text shown, immediate redirect.
+// All data is used in /content/index.html (see function "setRedirect()")
 l10n.index_redirect_text			= [ /* hy */	"soft", "Այս կայքը հասանելի է նաև <b> Հայերեն (hy) </b> - ով. Ուղղակի կտտացրեք այս տեքստին ՝ վերահղման համար.",
 										/* ast */	"none", "This site is also available in <b>Asturianu (ast)</b>. Just click this text to get redirected.",
 										/* eu */	"none", "This site is also available in <b>Euskara (eu)</b>. Just click this text to get redirected.",