@magmamath/frontend-config 1.1.3 → 1.1.4-rc.1
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.js
CHANGED
|
@@ -2849,6 +2849,18 @@ var LOCALE_STUDENTS_DE = {
|
|
|
2849
2849
|
}
|
|
2850
2850
|
};
|
|
2851
2851
|
|
|
2852
|
+
// src/configs/locale/_shared/problemCreator/locale/problemCreator.ca.ts
|
|
2853
|
+
var PROBLEM_CREATOR_CA = {
|
|
2854
|
+
useCommaForDecimal: false,
|
|
2855
|
+
useDotForMultiplication: false,
|
|
2856
|
+
savedProblemLocale: "en-CA" /* CA */,
|
|
2857
|
+
keyboard: {
|
|
2858
|
+
preset: "DotMixed" /* DOT_MIXED */,
|
|
2859
|
+
mathEntryVariant: "Dollar" /* DOLLAR */,
|
|
2860
|
+
descriptionVariant: "ExtendedMultBasicRoots" /* EXTENDED_MULT_BASIC_ROOTS */
|
|
2861
|
+
}
|
|
2862
|
+
};
|
|
2863
|
+
|
|
2852
2864
|
// src/configs/locale/_shared/problemCreator/locale/problemCreator.de.ts
|
|
2853
2865
|
var PROBLEM_CREATOR_DE = {
|
|
2854
2866
|
useCommaForDecimal: true,
|
|
@@ -3067,7 +3079,8 @@ var LOCALE_TEACHERS_CA = {
|
|
|
3067
3079
|
firstLoginBooks: {
|
|
3068
3080
|
...LOCALE_TEACHERS_US.firstLoginBooks,
|
|
3069
3081
|
isLargeGrade: null
|
|
3070
|
-
}
|
|
3082
|
+
},
|
|
3083
|
+
problemCreator: PROBLEM_CREATOR_CA
|
|
3071
3084
|
};
|
|
3072
3085
|
|
|
3073
3086
|
// src/configs/locale/teachers-web/sct/locale.sct.ts
|