diff options
author | Holger Wansing <hwansing@mailbox.org> | 2021-02-14 12:10:18 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2021-02-14 12:10:18 +0100 |
commit | bdeea64cf8a07b387d53fc31126d5be92c2d18ec (patch) | |
tree | 1dc7f3d6073fc24d95ad74fd444d67641ff65d78 | |
parent | 1af30c66fc211fe4be8520a0b26a60f376e7da11 (diff) | |
download | installation-guide-bdeea64cf8a07b387d53fc31126d5be92c2d18ec.zip |
translations: set da, ja, kab and ru to outdated + some documentation
-rw-r--r-- | build/lang-options/README | 4 | ||||
-rw-r--r-- | build/lang-options/da | 2 | ||||
-rw-r--r-- | build/lang-options/ja | 2 | ||||
-rw-r--r-- | build/lang-options/kab | 1 | ||||
-rw-r--r-- | build/lang-options/ru | 2 | ||||
-rw-r--r-- | debian/changelog | 1 |
6 files changed, 8 insertions, 4 deletions
diff --git a/build/lang-options/README b/build/lang-options/README index 67fab0c9b..45cad6edc 100644 --- a/build/lang-options/README +++ b/build/lang-options/README @@ -43,7 +43,7 @@ LIST OF DEFINED OPTIONAL PARAGRAPHS =================================== Currently the following optional paragraphs have been defined (the first term is the name of the condition used to activate it): -* about-langteam (en/administrativa/administrativa.xml +* about-langteam (en/administrativa/administrativa.xml) Allows to add some info about the translator or translation team, and how to contact the translator(s). * translation-status (en/bookinfo.xml) @@ -54,3 +54,5 @@ is the name of the condition used to activate it): if the appendix contains the original (untranslated) English text of the GPL. Consists of two paragraphs of which the first *should remain in English*. See http://www.gnu.org/licenses/translations.html for additional information. +* outdated-translation (en/bookinfo.xml) + Will be set by i18n-coordinator, if translation is outdated/unmaintained. diff --git a/build/lang-options/da b/build/lang-options/da index 2d784b3a5..644f75d76 100644 --- a/build/lang-options/da +++ b/build/lang-options/da @@ -1,2 +1,2 @@ -optional_paras="translation-status" +optional_paras="translation-status;outdated-translation" diff --git a/build/lang-options/ja b/build/lang-options/ja index c337a04f8..0b03c3265 100644 --- a/build/lang-options/ja +++ b/build/lang-options/ja @@ -1 +1 @@ -optional_paras="translation-status;about-langteam" +optional_paras="translation-status;about-langteam;outdated-translation" diff --git a/build/lang-options/kab b/build/lang-options/kab new file mode 100644 index 000000000..8c4d062e7 --- /dev/null +++ b/build/lang-options/kab @@ -0,0 +1 @@ +optional_paras="outdated-translation" diff --git a/build/lang-options/ru b/build/lang-options/ru index 2d784b3a5..644f75d76 100644 --- a/build/lang-options/ru +++ b/build/lang-options/ru @@ -1,2 +1,2 @@ -optional_paras="translation-status" +optional_paras="translation-status;outdated-translation" diff --git a/debian/changelog b/debian/changelog index d370635c9..91610685d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ installation-guide (20200716) UNRELEASED; urgency=medium * Document the activation of the (experimental) graphical installer for arm64. * Update supported archs for bullseye. * Introduce entity for supported archs (use in appendix D.3). + * Set Danish, Japanese, Kabyle and Russian translation to outdated. [ Steve McIntyre ] * We work with UEFI Secure Boot, let's say so. Closes: #919233 |