@coorpacademy/app-review 0.5.6-alpha.7 → 0.5.6-alpha.8
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/locales/en/review.json +14 -0
- package/package.json +4 -4
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Review Title": "Review Mode",
|
|
3
|
+
"Content Parent Title": "From `{{contentTitle}}` `{{contentType}}`",
|
|
4
|
+
"Validate": "Validate",
|
|
5
|
+
"Next Question": "Next Question",
|
|
6
|
+
"KLF": "Key Learning Factor",
|
|
7
|
+
"Correct Answer": "Correct Answer",
|
|
8
|
+
"Wrong Answer": "Wrong Answer",
|
|
9
|
+
"You have won": "You have won",
|
|
10
|
+
"You are now": "You are now",
|
|
11
|
+
"Revise another skill": "Revise another skill",
|
|
12
|
+
"Continue reviewing": "Continue reviewing",
|
|
13
|
+
"Congratulations!": "Congratulations!"
|
|
14
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/app-review",
|
|
3
|
-
"version": "0.5.6-alpha.
|
|
3
|
+
"version": "0.5.6-alpha.8+7f6926ce5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.15.0"
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"lib",
|
|
31
31
|
"es",
|
|
32
32
|
"src",
|
|
33
|
+
"locales",
|
|
33
34
|
"readme.md"
|
|
34
35
|
],
|
|
35
36
|
"main": "./es/index.js",
|
|
@@ -39,8 +40,7 @@
|
|
|
39
40
|
"commonjs": "./lib/index.js",
|
|
40
41
|
"types": "./es/index.d.ts"
|
|
41
42
|
},
|
|
42
|
-
"./package.json": "./package.json"
|
|
43
|
-
"./locales/en/review": "./locales/en/review"
|
|
43
|
+
"./package.json": "./package.json"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@coorpacademy/components": "10.24.4",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"webpack-cli": "^4.10.0",
|
|
80
80
|
"webpack-dev-server": "^4.11.1"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "7f6926ce5b62eb81ecf6d3309e8c7765cb51205c"
|
|
83
83
|
}
|