Update README and make the build script verbose
This commit is contained in:
parent
4e7c9005dd
commit
a654352236
2 changed files with 5 additions and 6 deletions
10
README.md
10
README.md
|
@ -3,11 +3,9 @@ MultiMC5-translate
|
||||||
|
|
||||||
Translations for MultiMC5
|
Translations for MultiMC5
|
||||||
|
|
||||||
To participate in the translation effort, go to [the MultiMC crowdin site](https://translate.multimc.org) and join the project.
|
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.)
|
(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.
|
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).
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -x
|
||||||
|
|
||||||
ROOT=$PWD
|
ROOT=$PWD
|
||||||
OUTPUT=$ROOT/build
|
OUTPUT=$ROOT/build
|
||||||
|
|
Loading…
Reference in a new issue