bashrc & zshrc: add supybot-check-core-trans

Check translations of Limnoria's core.
This commit is contained in:
Mikaela Suomalainen 2014-09-11 09:37:33 +03:00
parent d9ec51a587
commit 3b0b021c7f
2 changed files with 2 additions and 0 deletions

1
bashrc
View File

@ -317,6 +317,7 @@ alias supybot-owner-quit="killall -INT supybot "
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/"
alias supybot-check-core-trans="sandbox/check_trans.py --core"
alias supybot-generate-messages.pot-mass="find . -type d -exec sh -c '(cd {} && pygettext --docstrings config.py plugin.py)' ';'"
## -- Start of aliases which are saved from Ubuntu default bashrc. --

1
zshrc
View File

@ -262,6 +262,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-check-plugin-trans="sandbox/check_trans.py plugins/"
alias supybot-check-core-trans="sandbox/check_trans.py --core"
alias supybot-generate-messages.pot-mass="find . -type d -exec sh -c '(cd {} && pygettext --docstrings config.py plugin.py)' ';'"
# ZSH specific.