2
0

🌐 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:
Gabriel Pavão
2023-12-29 06:50:31 -03:00
committed by GitHub
parent a235a7accd
commit 5124373071
8 changed files with 238 additions and 142 deletions

View File

@ -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"