0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Wurst7/README.md
2022-04-06 20:59:24 +02:00

57 lines
3.7 KiB
Markdown

# Wurst Client v7
## ⚠ We Are Looking For Translators & Proofreaders ⚠
Mostly proofreaders. Many translations are currently stuck because we have no one who can proofread them. See table below and the ["reviews wanted" label](https://github.com/Wurst-Imperium/Wurst7/pulls?q=is%3Aopen+label%3A%22reviews+wanted%22+label%3Atranslation).
### Current Status of Translations
|Language|Status|
|--------|--------|
|Chinese (Simplified/Mainland)|Pending changes: [#574](https://github.com/Wurst-Imperium/Wurst7/pull/574), [#588](https://github.com/Wurst-Imperium/Wurst7/pull/588)|
|Chinese (Traditional/Taiwan)|151/166 done|
|Chinese (Cantonese/Hong Kong)|154/166 done|
|French (France)|There are 3 pending submissions ([#515](https://github.com/Wurst-Imperium/Wurst7/pull/515), [#531](https://github.com/Wurst-Imperium/Wurst7/pull/531), [#552](https://github.com/Wurst-Imperium/Wurst7/pull/552)) with different translations and I don't know which one to merge. If you speak French, please check these submissions for any grammatical errors and let me know which one sounds best to a native speaker.|
|German (Germany)|56/166 done. I'll probably do the rest myself since I can speak it natively.|
|Hindi (India)|Pending, needs reviews, check [#604](https://github.com/Wurst-Imperium/Wurst7/pull/604).|
|Italian (Italy)|146/166 done|
|Japanese (Japan)|157/166 done|
|Polish (Poland)|157/166 done|
|Portugese (Brazil)|Pending, needs reviews, check [#528](https://github.com/Wurst-Imperium/Wurst7/pull/528).|
|Russian (Russia)|147/166 done|
|Turkish (Turkey)|There are 2 pending submissions ([#511](https://github.com/Wurst-Imperium/Wurst7/pull/511), [#512](https://github.com/Wurst-Imperium/Wurst7/pull/512)) with different translations and I don't know which one to merge. If you speak Turkish, please check these submissions for any grammatical errors and let me know which one sounds best to a native speaker. |
|Ukrainian (Ukraine)|137/166 done|
If you speak both English and some other language, please help us by translating Wurst or reviewing existing translations. The translation files are located [here](https://github.com/Wurst-Imperium/Wurst7/tree/master/src/main/resources/assets/wurst/lang) and work the same as in other Minecraft mods.
Names of features (hacks/commands/etc.) should always be kept in English. This ensures that everyone can use the same commands, keybinds, etc. regardless of their language setting. It also makes it easier to communicate with someone who uses Wurst in a different language.
For discussion about translations, see [Issue #404](https://github.com/Wurst-Imperium/Wurst7/issues/404) here or [#wurst-translations](https://chat.wurstimperium.net/channel/wurst-translations) on our RocketChat server.
## Downloads (for users)
https://www.wurstclient.net/download/
## Setup (for developers) (using Windows 10 & Eclipse)
Requirements: [JDK 17](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot)
1. Run these two commands in PowerShell:
```
./gradlew.bat genSources
./gradlew.bat eclipse
```
2. In Eclipse, go to `Import...` > `Existing Projects into Workspace` and select this project.
## License
This code is licensed under the GNU General Public License v3. **You can only use this code in open-source clients that you release under the same license! Using it in closed-source/proprietary clients is not allowed!**
## Note about Pull Requests
If you are contributing multiple unrelated features, please create a separate pull request for each feature. Squeezing everything into one giant pull request makes it very difficult for us to add your features, as we have to test, validate and add them one by one.
Thank you for your understanding - and thanks again for taking the time to contribute!!