Skip to content

Commit

Permalink
Add internationalization support with dioxus-i18n and update UI texts
Browse files Browse the repository at this point in the history
  • Loading branch information
MH0386 committed Feb 9, 2025
1 parent 297ef47 commit bd97aeb
Show file tree
Hide file tree
Showing 6 changed files with 235 additions and 25 deletions.
200 changes: 182 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition = "2021"

[dependencies]
dioxus = { version = "0.6.1", features = ["web"] }
dioxus-i18n = "0.4.2"
dioxus-router = "0.6.1"

[features]
Expand Down
Loading

0 comments on commit bd97aeb

Please sign in to comment.