Skip to content

Commit f86d0b3

Browse files
authored
make strings localizable (#888)
* make strings localizable * fix: format errors using prettier * fix: eslint quotes error * fix: eslint quotes error * pass TranslationBundle instead of ITranslator * correct linter errors * fix linting * use nullTranslator for test files * Update FileItem.spec.tsx * use correct syntax in strings for translationBundle * fix: parameter order in commands.spec.tsx addCommands(..) * add suggested changes
1 parent b8ba586 commit f86d0b3

30 files changed

+659
-337
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"outputDir": "jupyterlab_git/labextension"
7474
},
7575
"dependencies": {
76+
"@jupyterlab/translation": "^3.0.0",
7677
"@jupyterlab/application": "^3.0.0",
7778
"@jupyterlab/apputils": "^3.0.0",
7879
"@jupyterlab/codemirror": "^3.0.0",

0 commit comments

Comments
 (0)