From 6d1225e8b95b579f3f857e303846bac2a2b873de Mon Sep 17 00:00:00 2001 From: "U. N. Owen" <15646950+MM2-0@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:43:53 +0200 Subject: [PATCH 1/2] Fix i18n link in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b1f033ef..afa5ec33 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,7 @@ Contributions are always welcome. If you want to fix any existing issues or impl features just create a new pull request. If you plan to implement any (bigger) new features, please create an issue first so we can discuss if and how this feature should be implemented. -If you want to help translating, see [how to translate the project.](./i18n/readme.md) +If you want to help translating, see [how to translate the project.](https://kvaesitso.mm20.de/docs/contributor-guide/i18n) Translation Status From ccdf156e7eecd4d835b3a6b572601c5bdd8306be Mon Sep 17 00:00:00 2001 From: "U. N. Owen" <15646950+MM2-0@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:58:02 +0200 Subject: [PATCH 2/2] Docs: add missing hyphen --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index f3ec4c15..369b2444 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula') /** @type {import('@docusaurus/types').Config} */ const config = { title: 'Kvæsitso', - tagline: 'A search focused, free and open source launcher for Android', + tagline: 'A search-focused, free and open source launcher for Android', url: 'https://kvaesitso.mm20.de', baseUrl: '/', onBrokenLinks: 'throw',