Add task to help debug translation issues
This commit is contained in:
parent
4ad7c2a917
commit
a108166075
1 changed files with 6 additions and 0 deletions
|
@ -325,6 +325,12 @@ task fixTranslations(dependsOn: ['renameCrowdin']) {
|
|||
}
|
||||
}
|
||||
|
||||
// Use to test the crowdin translations in a dev env
|
||||
task copyTranslationsToGenerated(dependsOn: ['fixTranslations'], type: Copy) {
|
||||
from file('build/translations')
|
||||
into file('src/main/generated')
|
||||
}
|
||||
|
||||
import groovy.util.XmlSlurper
|
||||
|
||||
curseforge {
|
||||
|
|
Loading…
Reference in a new issue