bashrc & zshrc: add alias for check_trans.py in Limnoria.

This commit is contained in:
Mika Suomalainen 2012-08-04 15:26:07 +03:00
parent db194b75c4
commit 93f276f66f
2 changed files with 2 additions and 0 deletions

1
bashrc
View File

@ -253,6 +253,7 @@ alias supybot-owner-quit="killall -INT supybot "
# Translating plugins in Limnoria
alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py"
alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.py plugin.py && mv -f messages.po messages.pot"
alias supybot-check-plugin-trans="sandbox/check_trans.py plugins/"
# bash specific.
# I think that "theme" is more describing than "prompt".

1
zshrc
View File

@ -193,6 +193,7 @@ alias supybot-config-reload="killall -HUP supybot "
alias supybot-owner-quit="killall -INT supybot "
# Translating plugins in Limnoria
alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py"
alias supybot-check-plugin-trans="sandbox/check_trans.py plugins/"
# ZSH specific.
# I think that "theme" is more describing than "prompt".