Add editor header translation keys (#1110)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Implemented internationalization support across various components using the `useTranslate` function for dynamic content translation. - **Enhancements** - Updated UI elements such as buttons, tooltips, placeholders, and labels to display translated text, improving accessibility and user experience for non-English speakers. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr> Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
"db:migrate": "cd packages/prisma && pnpm run db:migrate",
|
||||
"generate-change-log": "git fetch --all && pnpx gitmoji-changelog",
|
||||
"locales:sync": "tolgee sync './apps/builder/src/**/*.ts?(x)' --continue-on-warning --remove-unused",
|
||||
"locales:push": "tolgee push ./apps/builder/public/locales",
|
||||
"locales:pull": "tolgee pull ./apps/builder/public/locales",
|
||||
"create-new-block": "cd packages/forge/cli && pnpm start"
|
||||
"create-new-block": "cd packages/forge/cli && pnpm start",
|
||||
"format:fix": "turbo run format:fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "7.0.3",
|
||||
|
Reference in New Issue
Block a user