From fac71f5a37fd61dbdd0c26b1656d38e47893302c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Tue, 23 Jun 2026 19:01:39 +0200 Subject: [PATCH 1/4] Add notes about translations --- README.md | 5 +++++ doc/contributions/translation.md | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 doc/contributions/translation.md diff --git a/README.md b/README.md index 1f79c8faf9..8d1b34d5a9 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ There are several ways to contact us: Contributions are welcome. Follow the [guidelines](doc/contributions/introduction.md) before posting any patches. +## Translations + +Translations are maintained within the [Translation Project](https://translationproject.org/html/welcome.html). For further +information, see [here](doc/contributions/translation.md) + ## Authors and maintainers Authors and maintainers are listed in [AUTHORS.md]( https://github.com/shadow-maint/shadow/blob/master/AUTHORS.md). diff --git a/doc/contributions/translation.md b/doc/contributions/translation.md new file mode 100644 index 0000000000..0ae85f5544 --- /dev/null +++ b/doc/contributions/translation.md @@ -0,0 +1,13 @@ +# Releases + +The translations for the shadow project are maintained at the Translation +Project (TP), both [user interface](https://translationproject.org/domain/shadow.html) +and [man pages](https://translationproject.org/domain/shadow-man.html). + +To be able to send new or updated `.po` files to the TP Robot, you need to be +a member of a [team](https://translationproject.org/team/index.html). + +Please note that translations are handled exclusively through the Translation +Project. Unless a translation for a specific language is marked as "external" +under "Assigned translator" there, translations submitted outside the TP (for +example, via an issue ticket or a pull request) unfortunately cannot be accepted. From 66b7ded39ac5f233490b28870eb12facef4271da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Tue, 23 Jun 2026 19:03:06 +0200 Subject: [PATCH 2/4] Fix wrong header in translation.md --- doc/contributions/translation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributions/translation.md b/doc/contributions/translation.md index 0ae85f5544..3a088d0400 100644 --- a/doc/contributions/translation.md +++ b/doc/contributions/translation.md @@ -1,4 +1,4 @@ -# Releases +# Translation The translations for the shadow project are maintained at the Translation Project (TP), both [user interface](https://translationproject.org/domain/shadow.html) From ae7ea0aed64cb89c02d960df360adcb9b5e186c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Wed, 24 Jun 2026 10:36:16 +0200 Subject: [PATCH 3/4] Use double spaces --- README.md | 2 +- doc/contributions/translation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d1b34d5a9..13d8ddbf0a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Contributions are welcome. Follow the ## Translations -Translations are maintained within the [Translation Project](https://translationproject.org/html/welcome.html). For further +Translations are maintained within the [Translation Project](https://translationproject.org/html/welcome.html). For further information, see [here](doc/contributions/translation.md) ## Authors and maintainers diff --git a/doc/contributions/translation.md b/doc/contributions/translation.md index 3a088d0400..fc2f5489e8 100644 --- a/doc/contributions/translation.md +++ b/doc/contributions/translation.md @@ -8,6 +8,6 @@ To be able to send new or updated `.po` files to the TP Robot, you need to be a member of a [team](https://translationproject.org/team/index.html). Please note that translations are handled exclusively through the Translation -Project. Unless a translation for a specific language is marked as "external" +Project. Unless a translation for a specific language is marked as "external" under "Assigned translator" there, translations submitted outside the TP (for example, via an issue ticket or a pull request) unfortunately cannot be accepted. From e03b4b2419e222da2da4a44196d547e94883318d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Wed, 24 Jun 2026 12:20:38 +0200 Subject: [PATCH 4/4] Add missing full stop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d8ddbf0a..e02c163626 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Contributions are welcome. Follow the ## Translations Translations are maintained within the [Translation Project](https://translationproject.org/html/welcome.html). For further -information, see [here](doc/contributions/translation.md) +information, see [here](doc/contributions/translation.md). ## Authors and maintainers Authors and maintainers are listed in [AUTHORS.md](