Category
New Feature
Target Platform
Common (both platforms)
Feature Description
It would be nice if the app supports multi-language.
Proposed Solution / Mockup
This could work by adding paraglide: https://inlang.com/m/gerre34r/library-inlang-paraglideJs/sveltekit
Tauri supports embedding resource files: https://tauri.app/develop/resources/#reading-resource-files
I added i18n localization for validation messages in src-tauri/src/i18n/localize.rs but postponed further integration. Ideally the validation error shortvalues and paraglide read from the same bundle.
Problem Statement (Optional)
No response
Alternatives Considered (Optional)
No response
Additional Context (Optional)
No response