Skip to content
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

xgettext: Init draft #355

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
Update README.md
jgarzik authored and fox0 committed Oct 24, 2024
commit 70755e794c03e4da5d9c9ae3021b1644293bbc76
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -80,6 +80,7 @@ Because it is a FAQ, the major differences between this project and uutils are:
- [x] gencat (i18n)
- [x] grep
- [x] head
- [x] iconv (i18n)
- [x] join
- [x] link
- [x] ls
@@ -127,12 +128,14 @@ Because it is a FAQ, the major differences between this project and uutils are:
- [x] logname
- [x] mesg
- [x] mkfifo
- [x] newgrp
- [x] nice
- [x] nohup
- [x] pathchk
- [x] pwd
- [x] renice
- [x] sleep
- [x] talk
- [x] tee
- [x] touch
- [x] tty
@@ -190,12 +193,11 @@ Because it is a FAQ, the major differences between this project and uutils are:

### i18n category
- [ ] gettext (i18n)
- [ ] iconv (i18n) (status: in progress)
- [ ] locale (i18n)
- [ ] locale (i18n) -- status: in progress
- [ ] localedef (i18n)
- [ ] msgfmt (i18n)
- [ ] ngettext (i18n)
- [ ] xgettext (i18n)
- [ ] xgettext (i18n) -- status: in progress

### UUCP category
- [ ] uucp (UUCP)
@@ -213,12 +215,10 @@ Because it is a FAQ, the major differences between this project and uutils are:
- [ ] make (status: in progress)
- [ ] man (status: in progress)
- [ ] more
- [ ] newgrp
- [ ] patch (status: in progress)
- [ ] pax
- [ ] sed
- [ ] sh -- Volunteer starting point at https://github.com/rustcoreutils/posixutils-rs/tree/shell
- [ ] talk (status: in progress)
- [ ] sh (status: in progress)

## Installation