🌐 Add templates name and description translation keys (#1120)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Templates now support multiple languages with the introduction of a translation function for template names, descriptions, and category tags. - **Enhancements** - Improved template naming consistency with capitalization adjustments for clarity. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
"build:apps": "turbo run build --filter=builder... --filter=viewer...",
|
||||
"db:migrate": "cd packages/prisma && pnpm run db:migrate",
|
||||
"generate-change-log": "git fetch --all && pnpx gitmoji-changelog",
|
||||
"locales:pull": "tolgee pull ./apps/builder/public/locales",
|
||||
"locales:push": "tolgee push ./apps/builder/public/locales",
|
||||
"locales:pull": "tolgee pull ./apps/builder/src/i18n",
|
||||
"locales:push": "tolgee push ./apps/builder/src/i18n",
|
||||
"locales:sync": "tolgee sync './apps/builder/src/**/*.ts?(x)' --continue-on-warning --remove-unused",
|
||||
"create-new-block": "cd packages/forge/cli && pnpm start",
|
||||
"format:fix": "turbo run format:fix"
|
||||
|
Reference in New Issue
Block a user