Update starter-select-ui-handler.ts
This commit is contained in:
parent
d6952fec1d
commit
7badac6ed3
|
@ -122,6 +122,10 @@ const languageSettings: { [key: string]: LanguageSetting } = {
|
||||||
starterInfoTextSize: "56px",
|
starterInfoTextSize: "56px",
|
||||||
instructionTextSize: "38px",
|
instructionTextSize: "38px",
|
||||||
},
|
},
|
||||||
|
"ro":{
|
||||||
|
starterInfoTextSize: "56px",
|
||||||
|
instructionTextSize: "38px",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const valueReductionMax = 2;
|
const valueReductionMax = 2;
|
||||||
|
|
Loading…
Reference in New Issue