i18n - translations (#15803)

Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2025-11-13 17:12:39 +01:00
committed by GitHub
parent 0fdc7ba834
commit 9bc5486d0d
1061 changed files with 6646 additions and 3055 deletions
@@ -78,13 +78,13 @@ El projecte té una pila neta i simple, amb un codi mínim d'estructura.
[React Router](https://reactrouter.com/) gestiona el routing.
To avoid unnecessary [re-renders](/developers/frontend-development/best-practices-front#managing-re-renders) all the routing logic is in a `useEffect` in `PageChangeEffect`.
To avoid unnecessary [re-renders](/l/ca/developers/frontend-development/best-practices-front#managing-re-renders) all the routing logic is in a `useEffect` in `PageChangeEffect`.
### Gestió de l'estat
[Recoil](https://recoiljs.org/docs/introduction/core-concepts) gestiona la gestió de l'estat.
Consulta [pràctiques recomanades](/developers/frontend-development/best-practices-front#state-management) per obtenir més informació sobre la gestió de l'estat.
Consulta [pràctiques recomanades](/l/ca/developers/frontend-development/best-practices-front#state-management) per obtenir més informació sobre la gestió de l'estat.
## Proves