mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 02:13:38 +08:00
39 lines
640 B
ReStructuredText
39 lines
640 B
ReStructuredText
|
.. _cmd-_:
|
||
|
|
||
|
_ - call fish's translations
|
||
|
============================
|
||
|
|
||
|
Synopsis
|
||
|
--------
|
||
|
|
||
|
::
|
||
|
|
||
|
_ STRING...
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
``_`` translates its arguments into the current language, if possible.
|
||
|
|
||
|
It is equivalent to ``gettext fish STRING``, meaning it can only be used to look up fish's own translations.
|
||
|
|
||
|
It requires fish to be built with gettext support. If that support is disabled, or there is no translation it will simply echo the argument back.
|
||
|
|
||
|
The language depends on the current locale, set with ``$LANG`` and ``$LC_MESSAGES``.
|
||
|
|
||
|
|
||
|
Options
|
||
|
-------
|
||
|
|
||
|
``_`` has no options.
|
||
|
|
||
|
Examples
|
||
|
--------
|
||
|
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
> _ File
|
||
|
Datei
|