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 @@ npx nx run twenty-front:storybook:coverage # (needs yarn storybook:serve:dev to
[React Router](https://reactrouter.com/)가 라우팅을 처리합니다.
불필요한 [재렌더링](/developers/frontend-development/best-practices-front#managing-re-renders)을 피하기 위해 모든 라우팅 로직은 `PageChangeEffect`의 `useEffect`에 있습니다.
불필요한 [재렌더링](/l/ko/developers/frontend-development/best-practices-front#managing-re-renders)을 피하기 위해 모든 라우팅 로직은 `PageChangeEffect`의 `useEffect`에 있습니다.
### 상태 관리
[Recoil](https://recoiljs.org/docs/introduction/core-concepts)이 상태 관리를 처리합니다.
상태 관리에 대한 자세한 정보는 [최고의 관례](/developers/frontend-development/best-practices-front#state-management)를 참조하십시오.
상태 관리에 대한 자세한 정보는 [최고의 관례](/l/ko/developers/frontend-development/best-practices-front#state-management)를 참조하십시오.
## 테스트