mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc & zshrc: add supybot-check-core-trans
Check translations of Limnoria's core.
This commit is contained in:
parent
d9ec51a587
commit
3b0b021c7f
1
bashrc
1
bashrc
@ -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
1
zshrc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user