1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-19 19:51:09 +00:00
Commit graph

15597 commits

Author SHA1 Message Date
Daniel Hofstetter
b27c38ee8c
Merge pull request #8139 from sylvestre/l10n-kill
l10n: port kill for translation + add french
2025-06-11 12:37:41 +02:00
Daniel Hofstetter
316466b9d3
Merge pull request #8148 from sylvestre/l10n-cksum
l10n: port cksum for translation + add french
2025-06-11 11:03:14 +02:00
Daniel Hofstetter
38fd13f908
Merge pull request #8145 from sylvestre/l10n-readlink
l10n: port readlink for translation + add french
2025-06-11 10:40:32 +02:00
Daniel Hofstetter
18a80a21b1
Merge pull request #8143 from sylvestre/l10n-pathchk
l10n: port pathchk for translation + add french
2025-06-11 10:34:39 +02:00
Daniel Hofstetter
b2968a9025
Merge pull request #8146 from sylvestre/l10n-realpath
l10n: port realpath for translation + add french
2025-06-11 10:13:06 +02:00
Daniel Hofstetter
0353f7bdf4
Merge pull request #8144 from sylvestre/l10n-pinky
l10n: port pinky for translation + add french
2025-06-11 09:45:46 +02:00
Sylvestre Ledru
61d69a18d7
l10n: document a bit how it works (#8102)
* l10n: document a bit how it works

* add a link to fluent

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* fix typo

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-06-11 09:30:48 +02:00
Sylvestre Ledru
1e07095041 l10n: port cksum for translation + add french 2025-06-11 00:47:44 +02:00
Sylvestre Ledru
27f16dc9ec l10n: port realpath for translation + add french 2025-06-11 00:17:31 +02:00
Sylvestre Ledru
08926fc9f9 l10n: port readlink for translation + add french 2025-06-11 00:08:59 +02:00
Sylvestre Ledru
941ac4c024 l10n: port pinky for translation + add french 2025-06-10 22:50:39 +02:00
Sylvestre Ledru
efa1d836f9 l10n: port pathchk for translation + add french 2025-06-10 22:29:31 +02:00
Sylvestre Ledru
4bf4dae9f4 l10n: port kill for translation + add french 2025-06-10 21:09:13 +02:00
Daniel Hofstetter
7e4877fb30
Merge pull request #8137 from uutils/renovate/unicode-width-0.x-lockfile
chore(deps): update rust crate unicode-width to v0.2.1
2025-06-10 08:54:49 +02:00
Sylvestre Ledru
de7b1469f7
Merge pull request #8133 from uutils/renovate/clap_mangen-0.x-lockfile
chore(deps): update rust crate clap_mangen to v0.2.27
2025-06-10 07:58:32 +02:00
Sylvestre Ledru
355af9f15a
Merge pull request #8132 from uutils/renovate/clap_complete-4.x-lockfile
chore(deps): update rust crate clap_complete to v4.5.54
2025-06-10 07:58:24 +02:00
Sylvestre Ledru
a9046788f0
Merge pull request #8129 from uutils/renovate/clap-4.x-lockfile
chore(deps): update rust crate clap to v4.5.40
2025-06-10 07:58:10 +02:00
Sylvestre Ledru
09004e9814
Merge pull request #8136 from willshuttleworth/stty-negate-settings
stty: fix negated options getting rejected by clap
2025-06-10 07:57:51 +02:00
renovate[bot]
2c01bc47eb
chore(deps): update rust crate unicode-width to v0.2.1 2025-06-10 01:40:18 +00:00
Will Shuttleworth
4be9e7679d stty: fix negated options getting rejected by clap 2025-06-09 17:35:06 -04:00
renovate[bot]
a606a52817
chore(deps): update rust crate clap_mangen to v0.2.27 2025-06-09 20:07:42 +00:00
renovate[bot]
e7407bc0c3
chore(deps): update rust crate clap_complete to v4.5.54 2025-06-09 20:07:35 +00:00
Sylvestre Ledru
97ef9e7be2
Merge pull request #8130 from uutils/renovate/clap_complete-4.x-lockfile
chore(deps): update rust crate clap_complete to v4.5.53
2025-06-09 22:05:36 +02:00
renovate[bot]
3d0adec219
chore(deps): update rust crate clap_complete to v4.5.53 2025-06-09 18:53:50 +00:00
renovate[bot]
61b1f95c75
chore(deps): update rust crate clap to v4.5.40 2025-06-09 18:53:43 +00:00
Sylvestre Ledru
d81ffb12ad
Merge pull request #8126 from cakebaker/tr_use_equals_instead_of_less_than
tr: some small improvements
2025-06-09 17:38:25 +02:00
Daniel Hofstetter
74d7cd123f tr: use logical AND instead of bitwise AND 2025-06-09 16:39:01 +02:00
Daniel Hofstetter
ded2034eb7 tr: merge imports 2025-06-09 16:39:01 +02:00
Daniel Hofstetter
4cb7490246 tr: use "sets_len == 1" instead of "sets_len < 2"
because sets_len can never be 0
2025-06-09 16:39:01 +02:00
Daniel Hofstetter
ed70d7bf16 tr: set "after help" in uu_app instead of uumain 2025-06-09 15:34:16 +02:00
Daniel Hofstetter
cd7a308843 tr: remove "spell-checker:ignore" line 2025-06-09 15:27:42 +02:00
Daniel Hofstetter
c14aec47f0
Merge pull request #8112 from sylvestre/l10n-tr
l10n: port tr for translation + add french
2025-06-09 15:06:09 +02:00
Daniel Hofstetter
07a95aaf50
Merge pull request #8124 from sylvestre/l10n-tail
l10n: port tail for translation + add french
2025-06-09 14:48:31 +02:00
Daniel Hofstetter
54f672b63b
Merge pull request #8121 from sylvestre/l10n-test
l10n: port test for translation + add french
2025-06-09 14:14:33 +02:00
Daniel Hofstetter
ab0841ec01
Merge pull request #8095 from sylvestre/l10n-tsort
l10n: port tsort to translation + add french
2025-06-09 14:06:07 +02:00
Daniel Hofstetter
40c9ab944e
Merge pull request #8100 from sylvestre/l10n-fold
l10n: port fold to translation + add french
2025-06-09 13:57:51 +02:00
Sylvestre Ledru
90e91dd43d test: also translate errors.rs 2025-06-09 11:00:39 +02:00
Sylvestre Ledru
09bb35e11e test: move to thiserror 2025-06-09 11:00:37 +02:00
Sylvestre Ledru
6ca60cf2c7 l10n: port test for translation + add french 2025-06-09 11:00:27 +02:00
Daniel Hofstetter
3b225aa1a1
Merge pull request #8086 from sylvestre/l10n-chcon
l10n: port chcon to translation + add french
2025-06-09 10:56:56 +02:00
Daniel Hofstetter
76e5caf750
Merge pull request #8098 from sylvestre/l10n-groups
l10n: port groups to translation + add french
2025-06-09 10:43:35 +02:00
Daniel Hofstetter
522717be79
Merge pull request #8106 from sylvestre/l10n-users
l10n: port users to translation + add french
2025-06-09 10:30:22 +02:00
Daniel Hofstetter
0c53e859e8
Merge pull request #8107 from sylvestre/l10n-unlink
l10n: port unlink to translation + add french
2025-06-09 10:17:44 +02:00
Daniel Hofstetter
d7701c0960
Merge pull request #8117 from sylvestre/l10n-timeout
l10n: port timeout for translation + add french
2025-06-09 09:34:17 +02:00
Daniel Hofstetter
65461537bf
Merge pull request #8118 from sylvestre/l10n-expr
l10n: port expr for translation + add french
2025-06-09 09:24:51 +02:00
Daniel Hofstetter
75e690b5aa
Merge pull request #8119 from sylvestre/l10n-pwd
l10n: port pwd for translation + add french
2025-06-09 08:01:24 +02:00
Daniel Hofstetter
bd9b5d12d0
Merge pull request #8120 from sylvestre/l10n-sum
l10n: port sum for translation + add french
2025-06-09 07:50:34 +02:00
Daniel Hofstetter
308bf0eeae
Merge pull request #8122 from sylvestre/l10n-tee
l10n: port tee for translation + add french
2025-06-09 07:24:23 +02:00
Sylvestre Ledru
ea9f8f88d0 l10n: port tail for translation + add french 2025-06-08 22:18:10 +02:00
Sylvestre Ledru
4e248d511f l10n: port tee for translation + add french 2025-06-08 21:02:16 +02:00