aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/functions.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-08 12:56:56 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-08 12:56:56 +1000
commit690648e1b0a04db179d113e2900dde52d0e7f67f (patch)
treee06606ec232ce96c730433c2490be796c4e442f8 /init/completions/functions.fish
parentb33d3f78b1d3d1b5f9dbb9fbe9000fd6ab181cbb (diff)
Huge upade containing several bugfixes related to i18n, and a huge number of new translatable strings, including almost all description messages for command specific completions
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
Diffstat (limited to 'init/completions/functions.fish')
-rw-r--r--init/completions/functions.fish10
1 files changed, 5 insertions, 5 deletions
diff --git a/init/completions/functions.fish b/init/completions/functions.fish
index 3a2c0bed..ce534428 100644
--- a/init/completions/functions.fish
+++ b/init/completions/functions.fish
@@ -1,6 +1,6 @@
-complete -c functions -s e -l erase -d "Erase function" -x -a "(functions -n)"
-complete -c functions -xa "(functions -n)" -d "Function"
-complete -c functions -s a -l all -d "Show hidden functions"
-complete -c functions -s h -l help -d "Display help and exit"
-complete -c functions -s d -l description -d "Set function description" -x
+complete -c functions -s e -l erase -d (_ "Erase function") -x -a "(functions -n)"
+complete -c functions -xa "(functions -n)" -d (_ "Function")
+complete -c functions -s a -l all -d (_ "Show hidden functions")
+complete -c functions -s h -l help -d (_ "Display help and exit")
+complete -c functions -s d -l description -d (_ "Set function description") -x