quick fix for translations
This commit is contained in:
parent
c401a336bc
commit
d4d55922ca
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ jar {
|
|||
exclude "**/*.psd"
|
||||
classifier = 'universal'
|
||||
|
||||
from { crowdin.getDidWork() ? fileTree('build/translations').matching{exclude "**/en_US.lang"} : null}
|
||||
from { crowdin.getDidWork() ? fileTree('build/translations').matching{exclude "**/en_US.json"} : null}
|
||||
dependsOn 'renameCrowdin'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue