[apps] Fix i18n to be able to build standalone apps

Example failing build: make PLATFORM=simulator EPSILON_APPS=regression
This commit is contained in:
Léa Saviot
2020-01-06 10:31:34 +01:00
committed by EmilieNumworks
parent 389fbbca3a
commit 00d28108fb
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
CodeApp = "Python"
CodeAppCapital = "PYTHON"
ConsolePrompt = ">>> "
ScriptParameters = "..."

View File

@@ -14,6 +14,7 @@ BlankMessage = " "
C = "c"
CapitalAlpha = "ALPHA"
CeilCommandWithArg = "ceil(x)"
CodeApp = "Python"
ConfidenceCommandWithArg = "confidence(f,n)"
ConjCommandWithArg = "conj(z)"
CoshCommandWithArg = "cosh(x)"