Skip to content

Commit

Permalink
added basic i18n (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Petr Gadorek <[email protected]>
  • Loading branch information
Hahihula and Petr Gadorek authored Jul 10, 2024
1 parent fcb880a commit 37c8840
Show file tree
Hide file tree
Showing 7 changed files with 477 additions and 78 deletions.
218 changes: 209 additions & 9 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 @@ -20,3 +20,4 @@ serde = { version = "1.0", features = ["derive"] }
git2 = "0.19.0"
log = "0.4.21"
simple_logger = "5.0.0"
rust-i18n = "3.0.1"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ please refer to the --help for information about cli usage
Download the executable for the suitable architecture.

Run it and proceed according to instruction in the terminal and you will have IDF installed.

for chinese run it with flag `-l=cn`
Loading

0 comments on commit 37c8840

Please sign in to comment.