From 00d28108fbce0a0523e039fc21381e9238db58f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 6 Jan 2020 10:31:34 +0100 Subject: [PATCH] [apps] Fix i18n to be able to build standalone apps Example failing build: make PLATFORM=simulator EPSILON_APPS=regression --- apps/code/base.universal.i18n | 1 - apps/shared.universal.i18n | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/base.universal.i18n b/apps/code/base.universal.i18n index 3c61b6c66..dbbf69f5a 100644 --- a/apps/code/base.universal.i18n +++ b/apps/code/base.universal.i18n @@ -1,4 +1,3 @@ -CodeApp = "Python" CodeAppCapital = "PYTHON" ConsolePrompt = ">>> " ScriptParameters = "..." diff --git a/apps/shared.universal.i18n b/apps/shared.universal.i18n index db2ae5a2e..0325c9946 100644 --- a/apps/shared.universal.i18n +++ b/apps/shared.universal.i18n @@ -14,6 +14,7 @@ BlankMessage = " " C = "c" CapitalAlpha = "ALPHA" CeilCommandWithArg = "ceil(x)" +CodeApp = "Python" ConfidenceCommandWithArg = "confidence(f,n)" ConjCommandWithArg = "conj(z)" CoshCommandWithArg = "cosh(x)"