Thanks to visit codestin.com Credit goes to lib.rs
tauri_plugin_i18n_vsk
Run this command in a terminal, in your project's directory:
cargo add tauri-plugin-i18n-vsk
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
tauri-plugin-i18n-vsk = "2.1.1"
The tauri_plugin_i18n_vsk library will be automatically available globally. Read the tauri_plugin_i18n_vsk library documentation.
Back to the crate overview.