mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
README: The gettext command is no longer required
`_` is now a proper builtin, so we don't spuriously call out to gettext.
This commit is contained in:
parent
deb816c91c
commit
c7efe46e0b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ Running fish requires:
|
||||||
``ls``, ``mkdir``, ``mkfifo``, ``rm``, ``sort``, ``tee``, ``tr``,
|
``ls``, ``mkdir``, ``mkfifo``, ``rm``, ``sort``, ``tee``, ``tr``,
|
||||||
``uname`` and ``sed`` at least, but the full coreutils plus find, sed
|
``uname`` and ``sed`` at least, but the full coreutils plus find, sed
|
||||||
and awk is preferred)
|
and awk is preferred)
|
||||||
- gettext (library and ``gettext`` command), if compiled with
|
- The gettext library, if compiled with
|
||||||
translation support
|
translation support
|
||||||
|
|
||||||
The following optional features also have specific requirements:
|
The following optional features also have specific requirements:
|
||||||
|
|
Loading…
Reference in a new issue