mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
extend help text
This commit is contained in:
@@ -761,7 +761,7 @@ def raise_an_error(argv, **args):
|
|||||||
raise RuntimeError("Exception for debugging")
|
raise RuntimeError("Exception for debugging")
|
||||||
|
|
||||||
|
|
||||||
@pluginfunction('translate', 'translate text fragments', ptypes_COMMAND)
|
@pluginfunction('translate', 'translate text fragments, use translate show to get a list of languages', ptypes_COMMAND)
|
||||||
def translate(argv, **args):
|
def translate(argv, **args):
|
||||||
available_languages = [code[0] for code in languages]
|
available_languages = [code[0] for code in languages]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user