-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
l10n: add support for clap translations #8431
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
Conversation
GNU testsuite comparison:
|
GNU testsuite comparison:
|
9aa20ea
to
93cbb31
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
Somehow you have added many unrelated commits to the PR :| |
oh crap i fixed the gnu issue |
GNU testsuite comparison:
|
GNU testsuite comparison:
|
6e873ba
to
69918c7
Compare
GNU testsuite comparison:
|
tests/by-util/test_ls.rs
Outdated
.env("LANG", "en_US.UTF-8") | ||
.env("LC_ALL", "en_US.UTF-8") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct? Shouldn't there be a loop over the env vars? Something like:
for key in ["LANG", "LC_ALL"] {
new_ucmd!()
.env(key, "en_US.UTF-8")
...
}
GNU testsuite comparison:
|
1 similar comment
GNU testsuite comparison:
|
- Make colorize() function private since only used internally - Remove redundant colors_enabled checks - Add apply_color helper closure to reduce code duplication - Remove try_ prefix from function names for consistency - Update all utilities to use renamed functions - Fix app variable reference in mv utility
@cakebaker should be good this time, thanks for the great review! |
@sylvestre clippy is not happy yet ;-) |
GNU testsuite comparison:
|
fixed! :) |
GNU testsuite comparison:
|
Good work :) |
No description provided.