mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Fix bug causing some fish strings not to be translated
darcs-hash:20070923211111-75c98-3bac272b81c4af4e18968a532987d9a7be1c273a.gz
This commit is contained in:
parent
61ebc12dd4
commit
819c20e1d8
@ -3,7 +3,7 @@
|
||||
# Alias for gettext (or a fallback if gettext isn't installed)
|
||||
#
|
||||
|
||||
set -l path (which $i ^/dev/null)
|
||||
set -l path (which gettext ^/dev/null)
|
||||
if test -x (echo $path)
|
||||
function _ --description "Alias for the gettext command"
|
||||
gettext fish $argv
|
||||
|
Loading…
x
Reference in New Issue
Block a user