summaryrefslogtreecommitdiff
path: root/onionshare/strings.py
AgeCommit message (Expand)Author
2018-12-16If a locale file includes a blank string, fallback to English instead of usin...Micah Lee
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the p...Micah Lee
2018-09-30Set OnionShare language based on the locale stored in settings, and prompt us...Micah Lee
2018-04-24Update GPL copyright yearMicah Lee
2017-07-10Reorder imports, remove `p`, use `ext`, use `json.load(f)`Delirious Lettuce
2017-05-23Fix indentingMicah Lee
2017-05-23open files via the 'with' statement, to avoid ResourceWarnings on unclosed filesMiguel Jacq
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2016-09-04Pass helpers into strings.load_strings instead of importing it, so fix issue ...Micah Lee
2016-04-18Improve pep8 conformancejvoisin
2016-04-12Move all resources (locale, images, html, version.txt) into central resources...Micah Lee
2016-04-11Switched from py2app to PyInstaller for Windows. Renamed version to version.t...Micah Lee
2016-04-10Switch from py2app to PyInstallerMicah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-12Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instruct...Micah Lee
2016-02-12Porting onionshare from python2 to python3 (#261). This commit only ports the...Micah Lee
2015-11-15Merge branch 'master' into ephemeralMicah Lee
2015-11-08Merge branch 'master' of https://github.com/jvoisin/onionshare into jvoisin-m...Micah Lee
2015-09-07Updated copyright year to 2015Micah Lee
2015-09-07Removed all of the Tails-specific code. If we use ephemeral hidden services, ...Micah Lee
2015-07-25Various fixesjvoisin
2015-06-25Add some missing docstrings.Lazlo Westerhof
2015-06-16figure out the osx_resource_dir only once, to fix issue with cli version in OSXMicah Lee
2015-05-15Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in p...Micah Lee
2014-11-18pep8: fix empty line countsThomas Waldmann
2014-09-19splits translations into multiple files (#146)Micah Lee
2014-09-16encode one way for CLI, encode another for GUI (#141)Micah Lee
2014-09-16fixes #115Micah Lee
2014-09-02add utf-8 encoding to all .py filesMicah Lee
2014-09-02added GPLv3 license to each source fileMicah Lee
2014-08-26Split the increasingly-sprawly onionshare module into different modules:Micah Lee