update: make strings translatable

This commit is contained in:
Hans-Christoph Steiner 2017-10-19 20:52:15 +02:00
parent d4865ec038
commit 927104a4e3
18 changed files with 2900 additions and 161 deletions

2
fdroid
View file

@ -51,7 +51,7 @@ commands = OrderedDict([
def print_help():
print(_("usage: fdroid [-h|--help|--version] <command> [<args>]"))
print(_("usage: ") + _("fdroid [-h|--help|--version] <command> [<args>]"))
print("")
print(_("Valid commands are:"))
for cmd, summary in commands.items():