@magmamath/frontend-config 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +14 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2843,6 +2843,18 @@ var LOCALE_STUDENTS_DE = {
|
|
|
2843
2843
|
}
|
|
2844
2844
|
};
|
|
2845
2845
|
|
|
2846
|
+
// src/configs/locale/_shared/problemCreator/locale/problemCreator.ca.ts
|
|
2847
|
+
var PROBLEM_CREATOR_CA = {
|
|
2848
|
+
useCommaForDecimal: false,
|
|
2849
|
+
useDotForMultiplication: false,
|
|
2850
|
+
savedProblemLocale: "en-CA" /* CA */,
|
|
2851
|
+
keyboard: {
|
|
2852
|
+
preset: "DotMixed" /* DOT_MIXED */,
|
|
2853
|
+
mathEntryVariant: "Dollar" /* DOLLAR */,
|
|
2854
|
+
descriptionVariant: "ExtendedMultBasicRoots" /* EXTENDED_MULT_BASIC_ROOTS */
|
|
2855
|
+
}
|
|
2856
|
+
};
|
|
2857
|
+
|
|
2846
2858
|
// src/configs/locale/_shared/problemCreator/locale/problemCreator.de.ts
|
|
2847
2859
|
var PROBLEM_CREATOR_DE = {
|
|
2848
2860
|
useCommaForDecimal: true,
|
|
@@ -3061,7 +3073,8 @@ var LOCALE_TEACHERS_CA = {
|
|
|
3061
3073
|
firstLoginBooks: {
|
|
3062
3074
|
...LOCALE_TEACHERS_US.firstLoginBooks,
|
|
3063
3075
|
isLargeGrade: null
|
|
3064
|
-
}
|
|
3076
|
+
},
|
|
3077
|
+
problemCreator: PROBLEM_CREATOR_CA
|
|
3065
3078
|
};
|
|
3066
3079
|
|
|
3067
3080
|
// src/configs/locale/teachers-web/sct/locale.sct.ts
|