From cf9305d3d323373f60e9147340aef4a457f7eab8 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 4 Sep 2022 09:37:27 +0200 Subject: [PATCH] Add Translation Platform to Docs (#1168) close #1164 --- README.md | 11 +++++++++++ docs/docusaurus.config.js | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index d1902b991..496be894a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ + + Translation status + @@ -86,6 +89,14 @@ See [Contributing Guide](CONTRIBUTING.md) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://woodpecker-ci.org/docs/development/getting-started#gitpod) +## 📣 Translate + +We use a own [Weblate](https://weblate.org/en/) instance at [translate.woodpecker-ci.org](https://translate.woodpecker-ci.org). + + + Translation status + + ## 👋 Who uses Woodpecker? [Codeberg](https://codeberg.org), the Woodpecker project itself, and many others. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 750999b2b..594c4a9c3 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -107,6 +107,10 @@ module.exports = { { title: 'More', items: [ + { + label: "Translate", + href: 'https://translate.woodpecker-ci.org/engage/woodpecker-ci/' + }, { label: 'GitHub', href: 'https://github.com/woodpecker-ci/woodpecker',