github-actions[bot]
6772f066ee
chore(i18n): New Crowdin Translations by GitHub Action ( #835 )
Co-authored-by: Crowdin Bot <[email protected] >
10 months ago
Brad
f9bd61af49
Fixed overrideFrequency Input Constraints ( #801 )
* Fixed overrideFrequency to properly allow for floats with a minimum of 410 MHz and maximum of 930 MHz. Added 3 decimal point check.
* Removed duplicate error message in FormInput.tsx
* Added error message for overrideFrequency in several locales
* Simplified check and reverted translated languages to English besides German. Also fixed a typo in src/components/UI/Input.tsx.
* Let i18n handle fallback + linting
---------
Co-authored-by: philon- <[email protected] >
10 months ago
github-actions[bot]
e33463b371
chore(i18n): New Crowdin Translations by GitHub Action ( #806 )
Co-authored-by: Crowdin Bot <[email protected] >
11 months ago
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
1 year ago
Dan Ditomaso
1c13343e8a
Add monorepo support to project ( #682 )
* 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
1 year ago
Dan Ditomaso
85ee0747d1
fix: move i18n languages to public folder ( #681 )
* fix: move i18n languages for best practices
* updating test setup
* removed static copy
1 year ago
github-actions[bot]
183b3ae8cc
chore(i18n): New Crowdin Translations by GitHub Action ( #677 )
Co-authored-by: Crowdin Bot <[email protected] >
1 year ago
github-actions[bot]
c36ff60778
chore(i18n): New Crowdin Translations by GitHub Action ( #660 )
Co-authored-by: Crowdin Bot <[email protected] >
1 year ago
Dan Ditomaso
0b6ae0ce32
fix: update crowdin config ( #658 )
1 year ago
github-actions[bot]
fad1b984bf
chore(i18n): New Crowdin Translations by GitHub Action ( #653 )
Co-authored-by: Crowdin Bot <[email protected] >
1 year ago
Jeremy Gallant
1cbd98ec53
Zod config validation ( #635 )
* Zod WIP
* Zod form validation
* DynamicForm testing
* Fix linting
* Delete rasterSource.ts
---------
Co-authored-by: philon- <[email protected] >
1 year ago
Dan Ditomaso
eb2a2717b1
Internationalization (i18n) ( #627 )
* `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`
1 year ago