From bab3680bc061bb7ff0df5fc0b3bc36d0c43d18cc Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Mon, 5 Apr 2021 00:19:31 +0200 Subject: [PATCH] docs: fix localization guide Signed-off-by: Stefan Dej --- docs/development/localization.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/development/localization.md b/docs/development/localization.md index c6b3f8e1..1b3b5c1c 100644 --- a/docs/development/localization.md +++ b/docs/development/localization.md @@ -14,21 +14,21 @@ description: >- ## How to contribute -You can contribute in a couple of different ways; +You can contribute in a couple of different ways: 1. Create/Update translations using an i18n translation tool.
(For Example: [BabelEdit](https://www.codeandweb.com/babeledit), [i18N-Manager](https://www.electronjs.org/apps/i18n-manager)) 2. Create/Update translations using [VSCode](https://code.visualstudio.com/) and [i18n Ally](https://github.com/lokalise/i18n-ally). -if you have a finished translation file, you can make a [PR (pull request)](https://github.com/meteyou/mainsail/pulls) +If you have a finished translation file, you can make a [PR (pull request)](https://github.com/meteyou/mainsail/pulls) on github or create an [issue](https://github.com/meteyou/mainsail/issues) on github and attach the translation. ## Testing ### Test your translations live You can follow [this guide](https://docs.mainsail.xyz/development/standalone) -to start Mainsail in a "Debug Mode" and check your translation live. Otherwise -you can start Mainsail with a virtual printer in a docker container. You can -find the guide for the Docker-Variante [here](https://docs.mainsail.xyz/development/docker). +to start Mainsail in a "Debug Mode" and check your translation live. Alternatively +you can also use a docker container, instructions can be found +[here](https://docs.mainsail.xyz/development/docker). ### Check the translation with vue-i18n-extract Mainsail comes with [vue-i18n-extract](https://github.com/pixari/vue-i18n-extract) in the dev dependency,