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:
Fabian Homborg 2020-06-14 19:09:26 +02:00
parent deb816c91c
commit c7efe46e0b

View File

@ -94,7 +94,7 @@ Running fish requires:
``ls``, ``mkdir``, ``mkfifo``, ``rm``, ``sort``, ``tee``, ``tr``,
``uname`` and ``sed`` at least, but the full coreutils plus find, sed
and awk is preferred)
- gettext (library and ``gettext`` command), if compiled with
- The gettext library, if compiled with
translation support
The following optional features also have specific requirements: