Skip to content

Commit

Permalink
Merge pull request #1 from JessicaBarh/add-i18n
Browse files Browse the repository at this point in the history
Add i18n
  • Loading branch information
JessicaBarh authored Mar 5, 2021
2 parents 966671c + ef7e376 commit d75f9a7
Show file tree
Hide file tree
Showing 31 changed files with 778 additions and 341 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/git",
"version": "0.30.0-beta.1",
"version": "0.30.0-beta.2",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -73,6 +73,7 @@
"outputDir": "jupyterlab_git/labextension"
},
"dependencies": {
"@jupyterlab/translation": "^3.0.0",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/codemirror": "^3.0.0",
Expand Down
9 changes: 8 additions & 1 deletion schema/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,12 @@
"description": "If true, use a simplified concept of staging. Only files with changes are shown (instead of showing staged/changed/untracked), and all files with changes will be automatically staged",
"default": false
}
}
},
"jupyter.lab.shortcuts": [
{
"command": "git:submit-commit",
"keys": ["Accel Enter"],
"selector": ".jp-git-CommitBox"
}
]
}
Loading

0 comments on commit d75f9a7

Please sign in to comment.