We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11b625 commit 7a97454Copy full SHA for 7a97454
2 files changed
build.gradle.kts
@@ -184,11 +184,6 @@ tasks.withType<GroovyCompile>().configureEach {
184
}
185
186
tasks.processResources {
187
- for (lang in arrayOf("", "_en")) {
188
- from("src/main/resources/messages.MinecraftDevelopment_en_US.properties") {
189
- rename { "messages.MinecraftDevelopment$lang.properties" }
190
- }
191
192
// These templates aren't allowed to be in a directory structure in the output jar
193
// But we have a lot of templates that would get real hard to deal with if we didn't have some structure
194
// So this just flattens out the fileTemplates/j2ee directory in the jar, while still letting us have directories
crowdin.yml
0 commit comments