You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2025. It is now read-only.
To have the Rust backend of the Tauri application to use the same localization data, transform the i18next localization files by installing the crate rust-i18n:
cargo add rust-i18n
Transform the localization to different format
To transform the localization from [PATH]/src/localization into the [PATH]/src-tauri/locales for the backend to use, run in the [PATH]/src/localization/rust_i18n_transform folder: