Added spanish bundle

This commit is contained in:
Anuken
2018-04-23 21:47:39 -04:00
parent 90716ebaad
commit ff6dc98bbe
5 changed files with 557 additions and 454 deletions

View File

@@ -25,7 +25,7 @@ allprojects {
appName = 'Mindustry'
gdxVersion = '1.9.8'
aiVersion = '1.8.1'
uCoreVersion = 'a6f9111'
uCoreVersion = '55f0d90'
getVersionString = {
String buildVersion = getBuildVersion()
@@ -107,7 +107,7 @@ project(":core") {
apply plugin: "java"
dependencies {
boolean comp = System.properties["release"] == null || System.properties["release"] == "false"
boolean comp = false//System.properties["release"] == null || System.properties["release"] == "false"
if(!comp){
println("NOTICE: Compiling release build.")