Adding language detector as Peer Dependency, its not working inside the rollup bundle.
This commit is contained in:
parent
fe4db3b2c5
commit
b4af4bed17
2
extensions/ohif-i18n/.gitignore
vendored
2
extensions/ohif-i18n/.gitignore
vendored
@ -23,4 +23,4 @@ yarn-error.log*
|
||||
.idea
|
||||
|
||||
yalc.lock
|
||||
.yalc
|
||||
.yalc
|
||||
|
||||
@ -20,7 +20,8 @@
|
||||
"i18next": "^15.1.3",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-i18next": "^10.11.0"
|
||||
"react-i18next": "^10.11.0",
|
||||
"i18next-browser-languagedetector": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user