-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ctl10n to provide english localization #91
Conversation
57187fe
to
fd3968e
Compare
Since there will be small adjustments in ctl10n to improve this code I'll mark this as a draft for now. EDIT: Done, ready for review. |
3cf17e4
to
0a2fe14
Compare
Great work! Just merged #90, you can rebase on it anytime |
@iovxw Would you be willing to provide a |
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.51 to 1.0.52. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.51...v1.0.52) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.18 to 0.2.20. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.18...tokio-0.2.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.15 to 1.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.15...1.0.16) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.106 to 1.0.110. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.106...v1.0.110) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.52 to 1.0.53. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.52...v1.0.53) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.4...0.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.20 to 0.2.21. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.20...tokio-0.2.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [tbot](https://gitlab.com/SnejUgal/tbot) from 0.6.1 to 0.6.2. - [Release notes](https://gitlab.com/SnejUgal/tbot/tags) - [Commits](https://gitlab.com/SnejUgal/tbot/compare/v0.6.1...v0.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.4 to 0.10.5. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.10.4...v0.10.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.9. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-1.3.7...1.3.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.16 to 1.0.19. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.16...1.0.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.3.1...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.28 to 1.0.31. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.28...1.0.31) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
0a2fe14
to
3aa1fc6
Compare
Yes, I will add |
README updated, ready to merge. |
Thank you |
Resolves #48.
If you merge #90 first I can update the README.
Usage:
LOCALE=en cargo +nightly build --release
The
LOCALE
env variable is optional,cn
is the default.