mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] Fix i18n to be able to build standalone apps
Example failing build: make PLATFORM=simulator EPSILON_APPS=regression
This commit is contained in:
committed by
EmilieNumworks
parent
389fbbca3a
commit
00d28108fb
@@ -1,4 +1,3 @@
|
||||
CodeApp = "Python"
|
||||
CodeAppCapital = "PYTHON"
|
||||
ConsolePrompt = ">>> "
|
||||
ScriptParameters = "..."
|
||||
|
||||
@@ -14,6 +14,7 @@ BlankMessage = " "
|
||||
C = "c"
|
||||
CapitalAlpha = "ALPHA"
|
||||
CeilCommandWithArg = "ceil(x)"
|
||||
CodeApp = "Python"
|
||||
ConfidenceCommandWithArg = "confidence(f,n)"
|
||||
ConjCommandWithArg = "conj(z)"
|
||||
CoshCommandWithArg = "cosh(x)"
|
||||
|
||||
Reference in New Issue
Block a user