Chore: Replace deprecated i18next-parser (#112512)

* chore: replace deprecated i18next-parser

* chore: bump i18next-cli to 1.11.6

* chore: revert translation files

* chore: bumps to i18next-cli 1.11.9

* Trigger build

* chore: revert translations files

* chore: bump i18next-cli

* chore: changes after yarn i18n-extract

* chore: revert translation files

* chore: bump i18next-cli to 1.11.12

* chore: fix select space

* chore: add i18next to packages

* chore: add i18next-cli to plugin dev deps

* chore: fix yarn lock
This commit is contained in:
Hugo Häggmark
2025-10-27 10:38:31 +01:00
committed by GitHub
parent f76a4885ec
commit 4f2abe185c
32 changed files with 878 additions and 275 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
"main": "src/index.ts",
"scripts": {
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
"i18n-extract": "i18next --config src/locales/i18next-parser.config.cjs"
"i18n-extract": "i18next-cli extract --sync-primary"
},
"dependencies": {
"@emotion/css": "11.13.5",
@@ -48,7 +48,7 @@
"@types/react-virtualized-auto-sizer": "1.0.8",
"@types/systemjs": "6.15.3",
"@types/uuid": "10.0.0",
"i18next-parser": "9.3.0",
"i18next-cli": "1.11.12",
"jest": "^29.6.4",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",