-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature]: i18n #181
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestreview requiredIssue has not been assigned yetIssue has not been assigned yettarget:commonBug/Feature concerns all build targetsBug/Feature concerns all build targets
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestreview requiredIssue has not been assigned yetIssue has not been assigned yettarget:commonBug/Feature concerns all build targetsBug/Feature concerns all build targets
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.rsbut 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