* feat: add monorepo support * fix: correct relatedProjects structure in vercel.json * update github actions with monorepo support * removed legacy dep * moved jsr config into web package
* fix: move i18n languages for best practices * updating test setup * removed static copy
* fix: added required i18n labels to UI * added node i18n * updated tests * updated path to match github action
* feat: added router * feat: added params to messages page * fixing tests, added translation labels * Update src/i18n/locales/en/ui.json Co-authored-by: Copilot <[email protected]> * Update src/components/Dialog/NodeDetailsDialog/NodeDetailsDialog.tsx Co-authored-by: Copilot <[email protected]> * Update src/components/PageComponents/Map/NodeDetail.tsx Co-authored-by: Copilot <[email protected]> * Update src/pages/Messages.tsx Co-authored-by: Copilot <[email protected]> * updated dev tools * fixing tests --------- Co-authored-by: Copilot <[email protected]>
* `feat: added internationalization lib, added english labels` * `fixes from code review` * `feat: add crowdin github actions` * `fix: added support for i18n in testing. Fixed broken tests` * `fix: missing translations` * `removed unneded import` * `more components updated with missing translations` * `fixed lint issue` * `Refactor: updated how translations are scoped, updated all references` * `fixing broken tests` * `feat: added language switcher, updated some translations` * `fixed linting issues` * `reverting vite config` * `add english group id's to command palette` * `updated PR template for i18n`