Unlocalize CLI strings

This commit is contained in:
Miguel Jacq 2019-04-20 10:31:34 +10:00
parent e5366bdf0b
commit a7bbe818bf
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
7 changed files with 50 additions and 97 deletions

View file

@ -56,8 +56,9 @@ def main():
src = files_in(dir, 'onionshare') + \
files_in(dir, 'onionshare_gui') + \
files_in(dir, 'onionshare_gui/share_mode') + \
files_in(dir, 'onionshare_gui/receive_mode') + \
files_in(dir, 'onionshare_gui/mode') + \
files_in(dir, 'onionshare_gui/mode/share_mode') + \
files_in(dir, 'onionshare_gui/mode/receive_mode') + \
files_in(dir, 'install/scripts') + \
files_in(dir, 'tests')
pysrc = [p for p in src if p.endswith('.py')]