mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-03 04:20:59 +08:00
679b00bde6
* Rebase translation work for easier rebasing * Fixed gradle setup * Further translations * Add a few more strings * Remove support for pluralisation to match Minecraft and alleviate issues with over-complexity * Further translations * Added a tonne more translations * Added the remaining translation nodes * When custom files are found, use the base files for default values. * Only download translations if a key is provided * Fixed typo in brush radius too large * Allow translation files to be missing entries, and use the english version in place. * Fixed issues brought up in review * Reverse translation order (#533) * Fix a lot of PR comments * Add JD to the Operation warned field due to no private fields in J8 * Only warn when there are messages
24 lines
255 B
Plaintext
24 lines
255 B
Plaintext
.classpath
|
|
.project
|
|
.settings
|
|
eclipse
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
bin
|
|
build
|
|
target
|
|
.gradle
|
|
forge-download
|
|
out
|
|
run
|
|
|
|
/dependency-reduced-pom.xml
|
|
*-private.sh
|
|
|
|
# i18n
|
|
worldedit-core/src/main/resources/lang/*
|
|
!worldedit-core/src/main/resources/lang/strings.json
|