mario-core 2.9.221-release → 2.9.223-release
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 +2 -23
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -23
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1846,7 +1846,7 @@ var print_my_accommodations = "Print my accommodations";
|
|
|
1846
1846
|
var my_learning_progress = "My Learning Progress";
|
|
1847
1847
|
var responses_and_response_rates_per_question = "Responses and Response Rates Per Question";
|
|
1848
1848
|
var responses_comparisons = "Responses Comparisons";
|
|
1849
|
-
var dropdown_and_verbal_questions_responses = "Dropdown and
|
|
1849
|
+
var dropdown_and_verbal_questions_responses = "Dropdown and Verbal Questions Responses";
|
|
1850
1850
|
var lang_us = {
|
|
1851
1851
|
dashboard: dashboard,
|
|
1852
1852
|
user: user,
|
|
@@ -5484,7 +5484,7 @@ var add_new_accommodation$1 = "Add new accommodation";
|
|
|
5484
5484
|
var print_my_accommodations$1 = "Print my accommodations";
|
|
5485
5485
|
var my_learning_progress$1 = "My Learning Progress";
|
|
5486
5486
|
var responses_comparisons$1 = "Responses Comparisons";
|
|
5487
|
-
var dropdown_and_verbal_questions_responses$1 = "Dropdown and
|
|
5487
|
+
var dropdown_and_verbal_questions_responses$1 = "Dropdown and Verbal Questions Responses";
|
|
5488
5488
|
var lang_uk = {
|
|
5489
5489
|
dashboard: dashboard$1,
|
|
5490
5490
|
user: user$1,
|
|
@@ -12561,27 +12561,6 @@ var LANGUAGES = [{
|
|
|
12561
12561
|
nativeName: "English",
|
|
12562
12562
|
name: "United States",
|
|
12563
12563
|
image: "/images/usa.png"
|
|
12564
|
-
}, {
|
|
12565
|
-
code: "en-GB",
|
|
12566
|
-
fullName: "English (United Kingdom)",
|
|
12567
|
-
shortName: "English, UK",
|
|
12568
|
-
nativeName: "English",
|
|
12569
|
-
name: "United Kingdom",
|
|
12570
|
-
image: "/images/united-kingdom.png"
|
|
12571
|
-
}, {
|
|
12572
|
-
code: "ar",
|
|
12573
|
-
fullName: "Arabic",
|
|
12574
|
-
shortName: "Arabic",
|
|
12575
|
-
nativeName: "Arabic",
|
|
12576
|
-
name: "Arabic",
|
|
12577
|
-
image: "/images/Arabic.avif"
|
|
12578
|
-
}, {
|
|
12579
|
-
code: "es",
|
|
12580
|
-
fullName: "Spanish",
|
|
12581
|
-
shortName: "Spanish",
|
|
12582
|
-
nativeName: "Spanish",
|
|
12583
|
-
name: "Spanish",
|
|
12584
|
-
image: "/images/spain.png"
|
|
12585
12564
|
}];
|
|
12586
12565
|
var DEFAULT_LANGUAGE_CODE = "en-US";
|
|
12587
12566
|
var SUPPORTED_LANGUAGES_CODE = LANGUAGES.map(function (i) {
|