Add task to help debug translation issues

This commit is contained in:
modmuss50 2023-06-23 14:35:01 +01:00
parent 4ad7c2a917
commit a108166075

View file

@ -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 {