@@ -, +, @@ --- misc/translator/translate | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/misc/translator/translate +++ a/misc/translator/translate @@ -91,6 +91,8 @@ given language or for all available languages. =head1 USAGE +Use the -v or --verbose parameter to make translator more verbose. + =over =item translate create F @@ -127,7 +129,7 @@ updated. =item translate [-p] install F -Use .po files to translate the english version of templayes and preferences files +Use .po files to translate the english version of templates and preferences files and copy those files in the appropriate directory. Without F, all available languages are installed. With -p option, only preferences .po file is updated. --