From d4d55922ca536983e680dd54a278fe87f571e3c6 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Fri, 20 Sep 2019 20:53:28 +0100 Subject: [PATCH] quick fix for translations --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 50f882fdc..efb98dabf 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }