From dad064d4830d7d34cc9062f5ef8916c18fb0212f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 9 Nov 2023 17:05:11 +0100 Subject: [PATCH] More documentation for translators --- products.d/ALP-Dolomite.yaml | 1 + products.d/README.md | 17 +++++++++++++++++ products.d/leap16.yaml | 1 + products.d/tumbleweed.yaml | 1 + web/po/README.md | 22 ++++++++++++++++++++++ 5 files changed, 42 insertions(+) create mode 100644 products.d/README.md create mode 100644 web/po/README.md diff --git a/products.d/ALP-Dolomite.yaml b/products.d/ALP-Dolomite.yaml index c18f28779a..345c7a2461 100644 --- a/products.d/ALP-Dolomite.yaml +++ b/products.d/ALP-Dolomite.yaml @@ -8,6 +8,7 @@ name: SUSE ALP Dolomite description: 'SUSE ALP Dolomite is a minimum immutable OS core, focused on security to provide the bare minimum to run workloads and services as containers or virtual machines.' +# Do not manually change any translations! See README.md for more details. translations: description: cs: SUSE ALP Dolomite je minimální neměnitelný základní OS, zaměřený na diff --git a/products.d/README.md b/products.d/README.md new file mode 100644 index 0000000000..fd6f8149d0 --- /dev/null +++ b/products.d/README.md @@ -0,0 +1,17 @@ +# Product Definitions + +This directory contains product definitions for the Agama installer. + +## Contribution + +For updating the translations use the [Agama Weblate +project](https://l10n.opensuse.org/projects/agama/agama-products/). The changes +in the Weblate are automatically saved to the +[agama-weblate](https://github.com/openSUSE/agama-weblate/products) repository +and later a pull request with the changes is automatically created for merging +the changes here. + +Alternatively you can open a pull request against the +[agama-weblate](https://github.com/openSUSE/agama-weblate/products) GitHub +repository. But that requires manual approving and merging, prefer using the +Weblate tool, it merges automatically. diff --git a/products.d/leap16.yaml b/products.d/leap16.yaml index 8940363097..b7913cfb05 100644 --- a/products.d/leap16.yaml +++ b/products.d/leap16.yaml @@ -8,6 +8,7 @@ archs: x86_64,aarch64 # ------------------------------------------------------------------------------ description: '[Experimental project] openSUSE Leap 16 is built on top of the next generation Adaptable Linux Platform (ALP) from SUSE.' +# Do not manually change any translations! See README.md for more details. translations: description: cs: "[Experimentální projekt] openSUSE Leap 16 je postaven na budoucí generaci diff --git a/products.d/tumbleweed.yaml b/products.d/tumbleweed.yaml index 61fbae4e65..e5c72cd2cb 100644 --- a/products.d/tumbleweed.yaml +++ b/products.d/tumbleweed.yaml @@ -9,6 +9,7 @@ description: 'The Tumbleweed distribution is a pure rolling release version of openSUSE containing the latest "stable" versions of all software instead of relying on rigid periodic release cycles. The project does this for users that want the newest stable software.' +# Do not manually change any translations! See README.md for more details. translations: description: cs: Tumbleweed je rolující verze distribuce openSUSE obsahující poslední diff --git a/web/po/README.md b/web/po/README.md new file mode 100644 index 0000000000..7a77b16c90 --- /dev/null +++ b/web/po/README.md @@ -0,0 +1,22 @@ +# Translations + +This directory contains translation files for the web frontend part of the Agama +installer. See more details in the main [i18n](../../doc/i18n.md) documentation. + +## Contribution + +:warning: *WARNING: Do not manually change any files here! The files are +automatically overwritten by the files from the +[agama-weblate](https://github.com/openSUSE/agama-weblate/tree/master/web) Git +repository! Your changes would be lost on the next synchronization!* :warning: + +For updating the translations use the [Agama Weblate +project](https://l10n.opensuse.org/projects/agama/agama-web/). The changes +in the Weblate are automatically saved to the agama-weblate repository +and later a pull request with the changes is automatically created for merging +the changes here. + +Alternatively you can open a pull request against the +[agama-weblate](https://github.com/openSUSE/agama-weblate/web) GitHub +repository. But that requires manual approving and merging, prefer using the +Weblate tool, it merges automatically.