mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00

* 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/**
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "develop",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"jarvis",
|
|
"@kksh/desktop",
|
|
"@kksh/supabase",
|
|
"@kksh/utils",
|
|
"@kksh/extension",
|
|
"@kksh/schema",
|
|
"@kksh/supabase"
|
|
]
|
|
}
|