From c7c47acc1b74d4da6a23a38fd5e58435a2110418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Tue, 21 Apr 2020 12:21:28 +0200 Subject: [PATCH] [build/config] Change the languages order --- build/config.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.mak b/build/config.mak index a81423662..a879199da 100644 --- a/build/config.mak +++ b/build/config.mak @@ -5,7 +5,7 @@ DEBUG ?= 0 EPSILON_VERSION ?= 13.0.0 EPSILON_APPS ?= calculation graph code statistics probability solver sequence regression settings -EPSILON_I18N ?= en fr es de pt nl it +EPSILON_I18N ?= en fr nl pt it de es EPSILON_GETOPT ?= 0 EPSILON_TELEMETRY ?= 0 ESCHER_LOG_EVENTS_BINARY ?= 0