支持颠倒的英语 (#4527)
This commit is contained in:
@@ -10,4 +10,10 @@ dependencies {
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
}
|
||||
|
||||
tasks.processResources {
|
||||
into("org/jackhuang/hmcl/gradle/l10n") {
|
||||
from(projectDir.resolve("../HMCLCore/src/main/resources/assets/lang/"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user