mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
bashrc & zshrc: add alias for check_trans.py in Limnoria.
This commit is contained in:
parent
db194b75c4
commit
93f276f66f
1
bashrc
1
bashrc
@ -253,6 +253,7 @@ alias supybot-owner-quit="killall -INT supybot "
|
|||||||
# Translating plugins in Limnoria
|
# Translating plugins in Limnoria
|
||||||
alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py"
|
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-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.
|
# bash specific.
|
||||||
# I think that "theme" is more describing than "prompt".
|
# I think that "theme" is more describing than "prompt".
|
||||||
|
1
zshrc
1
zshrc
@ -193,6 +193,7 @@ alias supybot-config-reload="killall -HUP supybot "
|
|||||||
alias supybot-owner-quit="killall -INT supybot "
|
alias supybot-owner-quit="killall -INT supybot "
|
||||||
# Translating plugins in Limnoria
|
# Translating plugins in Limnoria
|
||||||
alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py"
|
alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py"
|
||||||
|
alias supybot-check-plugin-trans="sandbox/check_trans.py plugins/"
|
||||||
|
|
||||||
# ZSH specific.
|
# ZSH specific.
|
||||||
# I think that "theme" is more describing than "prompt".
|
# I think that "theme" is more describing than "prompt".
|
||||||
|
Loading…
Reference in New Issue
Block a user