From a65435223614f2cb882cf3d9e3cd37b9c434b643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 9 Jan 2021 15:40:12 +0100 Subject: [PATCH] Update README and make the build script verbose --- README.md | 10 ++++------ release.sh | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 75b2bc14..c2b82ed0 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@ MultiMC5-translate Translations for MultiMC5 -To participate in the translation effort, go to [the MultiMC crowdin site](https://translate.multimc.org) and join the project. -( If you don't have a Crowdin account, you can create one using your Facebook, Google, Twitter, Github, GitLab or any other email.) +To participate in the translation effort, go to [the MultiMC crowdin site](https://translate.multimc.org) and join the project and get in touch on [discord](https://discord.gg/rjpzCxvAPQ). +(If you don't have a Crowdin account, you can create one using your Facebook, Google, Twitter, Github, GitLab or any other email.) -Alternatively, you may want to grab the `.po` files you are interested in, make changes to them with [POEdit](https://poedit.net/) and then either make a pull request, or otherwise share the file(s). Note that the most recent versions of POEdit can connect directly to Crowdin. +You may want to use [POEdit](https://poedit.net/) to work on the translations. MultiMC allows putting a `.po` file in the translations folder and see changes in the application as you translate. Combined with its Crowdin integration, this is pretty powerful and comfortable to use. -If you want to add a completely new translation, it should be based on the [template](https://github.com/MultiMC/MultiMC5-translate/blob/master/template.pot) file. Some setup is required to add completely new translations, so please get in touch. - -In all cases, you can get in touch with us on [discord](https://discordapp.com/invite/jpRxkJ). +Some setup is required to add completely new translations, so please get in touch. diff --git a/release.sh b/release.sh index 9681eb6f..9918f7b5 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e +set -x ROOT=$PWD OUTPUT=$ROOT/build