1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

26 Commits

Author SHA1 Message Date
Jonathan Harris
159bf95b77 All executable files invoked with #!/usr/bin/env python3 2019-09-30 02:50:52 +01:00
Athanasius
b119974eb5 exe: l10n.py removal of un-needed .decode() calls 2019-09-26 11:44:15 +01:00
Athanasius
99bc019e14 l10n.py: De-future 2019-09-26 11:40:42 +01:00
Athanasius
218c068ee5 Running EDMarketConnector.py 'works'.
First pass utilising 'futurize' to do most of the work.

  There's an issue with ur'\"' in l10n.py which I'm not sure how to
properly fix.

  This now has errors when hitting the 'Update' button.
2019-09-26 11:40:38 +01:00
Jonathan Harris
bf40b98819 Handle inability to get system language
Fixes #451
2019-09-21 18:11:22 +01:00
Jonathan Harris
3822cd61be Handle malformed plugin localisation files 2019-04-09 06:00:21 -07:00
Jonathan Harris
88f6e28e75 Workaround for inability to set locale - fallback to 'C' locale
Fixes #355
2018-10-28 10:41:30 +00:00
Jonathan Harris
a9732ebb43 Fix plugin error on missing translation in default language 2018-05-29 02:15:50 +01:00
Jonathan Harris
a442d2cd14 Extend localisation support to plugins 2018-05-12 20:50:45 +01:00
Jonathan Harris
929bd82684 Allow executable and plugins to be run from non-ASCII paths
Fixes #234
2017-08-19 16:03:39 +01:00
Jonathan Harris
b206015eef Put plugins and strings in their own folders in packaged app
Load plugins with name 'plugin_*' in order to not pollute the global namespace.

Addresses #230
2017-08-16 14:36:12 +01:00
Jonathan Harris
2038d2b2cc Fix typo 2017-08-15 09:12:59 +01:00
Jonathan Harris
e11224ea27 Add l10n.Locale object
Provides stringFromNumber() and numberFromString()
2017-07-29 15:36:42 +01:00
Jonathan Harris
f0c18debda Handle escaped double-quotes in translations 2017-07-29 14:42:00 +01:00
Jonathan Harris
084128e797 Add support for internal plugins
Settings tab shows current plugins.
2017-07-29 14:41:59 +01:00
Jonathan Harris
5ee541ae68 Prioritize matching language script 2017-04-28 13:19:46 +01:00
Jonathan Harris
4945bee161 Support for changing language.
Fixes #61.
2016-02-07 18:50:02 +00:00
Jonathan Harris
2cd52e8377 Consolidate handling of data resource path. 2016-01-28 12:32:25 +00:00
Jonathan Harris
abc5100b39 Restore stats display with remaining info - i.e. balance, ranks and ships.
Also make this info available from the command-line.
2015-11-25 16:14:33 +00:00
Jonathan Harris
b0f60af38d Add command-line program. 2015-11-07 05:08:49 +00:00
Jonathan Harris
be8d329492 Omit line numbers from translation files - too noisy in commit history. 2015-10-15 17:03:01 +01:00
Jonathan Harris
a1a1a17987 Fix for English verification text. 2015-09-15 12:51:52 +01:00
Jonathan Harris
ce02cd3538 Update translations. 2015-09-13 16:55:11 +01:00
Jonathan Harris
56f3062388 Fixes for running on Linux. 2015-09-12 16:29:43 +01:00
Jonathan Harris
68ea048ce5 Fix for translated exception text. 2015-09-12 04:08:10 +01:00
Jonathan Harris
b2a0545771 Add support for localization. 2015-09-03 00:21:12 +01:00