mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[i18n] Set International as default country
When launching a firmware without onboarding, starts with International selected by default instead of Canada. Change-Id: Ice5cde4210c4c2934c909d97296460707343773f
This commit is contained in:
committed by
Émilie Feral
parent
073893ae48
commit
586e53bb42
@@ -1,4 +1,5 @@
|
||||
CountryCode,CountryPreferences::AvailableExamModes,CountryPreferences::MethodForQuartiles,Poincare::Preferences::UnitFormat,CountryPreferences::HomeAppsLayout
|
||||
WW,StandardOnly,MedianOfSublist,Metric,Default
|
||||
CA,StandardOnly,MedianOfSublist,Metric,Default
|
||||
DE,StandardOnly,MedianOfSublist,Metric,Default
|
||||
ES,StandardOnly,MedianOfSublist,Metric,Default
|
||||
@@ -8,4 +9,3 @@ IT,StandardOnly,CumulatedFrequency,Metric,Default
|
||||
NL,All,MedianOfSublist,Metric,Default
|
||||
PT,StandardOnly,MedianOfSublist,Metric,Default
|
||||
US,StandardOnly,MedianOfSublist,Imperial,HidePython
|
||||
WW,StandardOnly,MedianOfSublist,Metric,Default
|
||||
|
||||
|
@@ -6,7 +6,7 @@ DEBUG ?= 0
|
||||
EPSILON_VERSION ?= 14.4.1
|
||||
EPSILON_APPS ?= calculation graph code statistics probability solver sequence regression settings
|
||||
EPSILON_I18N ?= en fr nl pt it de es
|
||||
EPSILON_COUNTRIES ?= CA DE ES FR GB IT NL PT US WW
|
||||
EPSILON_COUNTRIES ?= WW CA DE ES FR GB IT NL PT US
|
||||
EPSILON_GETOPT ?= 0
|
||||
EPSILON_TELEMETRY ?= 0
|
||||
ESCHER_LOG_EVENTS_BINARY ?= 0
|
||||
|
||||
Reference in New Issue
Block a user