@jupyterlab/translation-extension 3.6.0-rc.0 → 3.6.0
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/package.json +6 -6
- package/schema/plugin.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/translation-extension",
|
|
3
|
-
"version": "3.6.0
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "JupyterLab - Translation services",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"watch": "tsc -w"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@jupyterlab/application": "^3.6.0
|
|
42
|
-
"@jupyterlab/apputils": "^3.6.0
|
|
43
|
-
"@jupyterlab/mainmenu": "^3.6.0
|
|
44
|
-
"@jupyterlab/settingregistry": "^3.6.0
|
|
45
|
-
"@jupyterlab/translation": "^3.6.0
|
|
41
|
+
"@jupyterlab/application": "^3.6.0",
|
|
42
|
+
"@jupyterlab/apputils": "^3.6.0",
|
|
43
|
+
"@jupyterlab/mainmenu": "^3.6.0",
|
|
44
|
+
"@jupyterlab/settingregistry": "^3.6.0",
|
|
45
|
+
"@jupyterlab/translation": "^3.6.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"rimraf": "~3.0.0",
|
package/schema/plugin.json
CHANGED
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"locale": {
|
|
34
34
|
"type": "string",
|
|
35
35
|
"title": "Language locale",
|
|
36
|
-
"description": "Set the interface display language. Examples: 'es_CO', '
|
|
37
|
-
"default": "
|
|
36
|
+
"description": "Set the interface display language. Examples: 'es_CO', 'fr_FR'. Set 'default' to use the server default locale. Requires corresponding language pack to be installed.",
|
|
37
|
+
"default": "default"
|
|
38
38
|
},
|
|
39
39
|
"stringsPrefix": {
|
|
40
40
|
"type": "string",
|