aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/_.fish
Commit message (Collapse)AuthorAge
* Make gettext function use echo instead of printf to save a forkGravatar ridiculousfish2012-04-25
|
* Fix bug causing some fish strings not to be translatedGravatar liljencrantz2007-09-24
| | | | darcs-hash:20070923211111-75c98-3bac272b81c4af4e18968a532987d9a7be1c273a.gz
* Make all descriptions for function calls use the implicit translation from ↵Gravatar axel2007-01-16
| | | | | | the previous patch instead of explicitly using N_ darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.gz
* Don't call the type function when defining the _ function, as this will ↵Gravatar axel2006-03-17
| | | | | | cause a recursive dependency darcs-hash:20060317132356-ac50b-4b3b0b6ec3f2e82649c74cc358f1505bf202bbd4.gz
* Use 'type -f' instead of 'which' to test for presense of command, since the ↵Gravatar axel2006-03-14
| | | | | | latter does not set the exit status correctly on all platforms darcs-hash:20060314002127-ac50b-6ed726bdcc9e3a7a9608a904c382973799dc73ef.gz
* gettext detection fixGravatar npilon2006-03-13
| | | | | | The current method of gettext detection is broken on (at least) OS X and Solaris, where which always returns successfully. This method seems to work on Linux, OS X, and Solaris. darcs-hash:20060313014458-c90d9-8b169581a8632b6a47c61310ef3c976abd67d8e0.gz
* Move _ shellscript function to it's own fileGravatar axel2006-02-22
darcs-hash:20060221153701-ac50b-05cecdac1221e0abc709d9e9c1799faa7986fa78.gz