Feature: i18n (#70)
Some checks are pending
CI / build-test (macos-14) (push) Waiting to run
CI / build-test (ubuntu-24.04) (push) Waiting to run
CI / build-test (windows-latest) (push) Waiting to run

* chore: add @inlang/paraglide-sveltekit to @kksh/ui

* feat: add i18n to desktop

* fix: add shrink-0 class to mode-toggle button for consistent styling

* feat: add i18n to settings, not working yet

* feat: i18 working

* feat: add i18n for about

* feat: migrate all goto to use i18n.resolveRoute

* feat: finish translating settings to chinese

* feat: add Chinese i18n for troubleshooters

* feat: add russian translation (by AI)

* format: run prettier

* format

* chore: update .prettierignore to exclude src/lib/paraglide/**
This commit is contained in:
Huakun Shen 2025-01-19 23:22:15 -05:00 committed by GitHub
parent c260ca2fc2
commit b115e0a574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 1516 additions and 246 deletions

View file

@ -14,7 +14,6 @@
"@kksh/utils",
"@kksh/extension",
"@kksh/schema",
"@kksh/supabase",
"@kksh/ui"
"@kksh/supabase"
]
}