Use ctl10n to provide english localization#91
Merged
Conversation
57187fe to
fd3968e
Compare
Contributor
Author
Contributor
Author
|
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
Owner
|
Great work! Just merged #90, you can rebase on it anytime |
iovxw
approved these changes
Jun 2, 2020
Contributor
Author
|
@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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
0a2fe14 to
3aa1fc6
Compare
Owner
Yes, I will add |
Contributor
Author
|
README updated, ready to merge. |
Owner
|
Thank you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #48.
If you merge #90 first I can update the README.
Usage:
LOCALE=en cargo +nightly build --releaseThe
LOCALEenv variable is optional,cnis the default.