Fix missing translations for advanced mode toggle (#10931)
Advanced mode toggle was in `twenty-ui` which doesn't support Lingui. I removed lingui from the global package json and moved it to the local package.json instead to prevent that kind of error from happening again
This commit is contained in:
@ -33,6 +33,8 @@
|
||||
"@blocknote/xl-docx-exporter": "^0.22.0",
|
||||
"@blocknote/xl-pdf-exporter": "^0.22.0",
|
||||
"@cyntler/react-doc-viewer": "^1.17.0",
|
||||
"@lingui/core": "^5.1.2",
|
||||
"@lingui/react": "^5.1.2",
|
||||
"@lingui/detect-locale": "^5.2.0",
|
||||
"@nivo/calendar": "^0.87.0",
|
||||
"@nivo/core": "^0.87.0",
|
||||
@ -57,6 +59,9 @@
|
||||
"twenty-shared": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lingui/cli": "^5.1.2",
|
||||
"@lingui/swc-plugin": "^5.1.0",
|
||||
"@lingui/vite-plugin": "^5.1.2",
|
||||
"@types/file-saver": "^2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user