Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Localize strings in JLab #8800

Merged
merged 1 commit into from Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions examples/app/index.js
Expand Up @@ -40,6 +40,7 @@ window.addEventListener('load', async function() {
require('@jupyterlab/theme-dark-extension'),
require('@jupyterlab/theme-light-extension'),
require('@jupyterlab/tooltip-extension'),
require('@jupyterlab/translation-extension'),
require('@jupyterlab/ui-components-extension')
];
const lab = new JupyterLab();
Expand Down
2 changes: 2 additions & 0 deletions examples/app/package.json
Expand Up @@ -37,6 +37,8 @@
"@jupyterlab/theme-dark-extension": "^3.0.0-alpha.8",
"@jupyterlab/theme-light-extension": "^3.0.0-alpha.8",
"@jupyterlab/tooltip-extension": "^3.0.0-alpha.8",
"@jupyterlab/translation": "^3.0.0-alpha.8",
"@jupyterlab/translation-extension": "^3.0.0-alpha.8",
"@jupyterlab/ui-components-extension": "^3.0.0-alpha.8",
"es6-promise": "~4.2.8",
"react": "~16.9.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/federated/core_package/package.json
Expand Up @@ -45,6 +45,8 @@
"@jupyterlab/theme-light-extension": "^3.0.0-alpha.8",
"@jupyterlab/toc-extension": "^5.0.0-alpha.8",
"@jupyterlab/tooltip-extension": "^3.0.0-alpha.8",
"@jupyterlab/translation": "^3.0.0-alpha.8",
"@jupyterlab/translation-extension": "^3.0.0-alpha.8",
"@jupyterlab/ui-components-extension": "^3.0.0-alpha.8",
"@jupyterlab/vdom-extension": "^3.0.0-alpha.8",
"@jupyterlab/vega5-extension": "^3.0.0-alpha.8"
Expand Down Expand Up @@ -147,6 +149,8 @@
"@jupyterlab/toc-extension": "~5.0.0-alpha.0",
"@jupyterlab/tooltip": "~3.0.0-alpha.0",
"@jupyterlab/tooltip-extension": "~3.0.0-alpha.0",
"@jupyterlab/translation": "~3.0.0-alpha.0",
"@jupyterlab/translation-extension": "~3.0.0-alpha.0",
"@jupyterlab/ui-components": "~3.0.0-alpha.0",
"@jupyterlab/ui-components-extension": "~3.0.0-alpha.0",
"@jupyterlab/vdom": "~3.0.0-alpha.0",
Expand Down Expand Up @@ -244,6 +248,8 @@
"@jupyterlab/terminal-extension": "",
"@jupyterlab/theme-light-extension": "",
"@jupyterlab/tooltip-extension": "",
"@jupyterlab/translation": "",
"@jupyterlab/translation-extension": "",
"@jupyterlab/ui-components-extension": "",
"@jupyterlab/vdom-extension": ""
},
Expand Down
1 change: 1 addition & 0 deletions packages/application-extension/package.json
Expand Up @@ -42,6 +42,7 @@
"@jupyterlab/property-inspector": "^3.0.0-alpha.8",
"@jupyterlab/settingregistry": "^3.0.0-alpha.8",
"@jupyterlab/statedb": "^3.0.0-alpha.8",
"@jupyterlab/translation": "^3.0.0-alpha.8",
"@jupyterlab/ui-components": "^3.0.0-alpha.8",
"@lumino/algorithm": "^1.2.3",
"@lumino/coreutils": "^1.4.3",
Expand Down