fix: broken translations

This commit is contained in:
Ibrahima G. Coulibaly 2025-07-15 18:53:03 +01:00
commit 11b9bf8007
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
"typecheck": "tsc --project tsconfig.json --noEmit",
"prepare": "husky install",
"i18n:pull": "locize download --project-id e7156a3e-66fb-4035-a0f0-cebf1c63a3ba --path ./public/locales",
"i18n:sync": "locize sync --project-id e7156a3e-66fb-4035-a0f0-cebf1c63a3ba --path ./public/locales --update-values true"
"i18n:sync": "locize sync --project-id e7156a3e-66fb-4035-a0f0-cebf1c63a3ba --path ./public/locales --update-values true --namespace de,en,es,fr,hi,ja,nl,pt,ru,zh"
},
"dependencies": {
"@emotion/react": "^11.11.4",