mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
[Lang] Add Language Check
This commit is contained in:
parent
5b85e32374
commit
6da7597e79
@ -810,7 +810,7 @@ class AppWindow:
|
||||
# Check for Valid Providers
|
||||
validate_providers()
|
||||
if monitor.cmdr is None:
|
||||
self.status['text'] = _("Awaiting Full CMDR Login")
|
||||
self.status['text'] = _("Awaiting Full CMDR Login") # LANG: Await Full CMDR Login to Game
|
||||
|
||||
# Start a protocol handler to handle cAPI registration. Requires main loop to be running.
|
||||
self.w.after_idle(lambda: protocol.protocolhandler.start(self.w))
|
||||
|
@ -240,6 +240,9 @@
|
||||
/* EDMarketConnector.py: Popup window title for Reset Providers; In files: EDMarketConnector.py:2161; */
|
||||
"EDMC: Default Providers Reset" = "EDMC: Default Providers Reset";
|
||||
|
||||
/* EDMarketConnector.py: Await Full CMDR Login to Game; In files: EDMarketConnector.py:813; */
|
||||
"Awaiting Full CMDR Login" = "Awaiting Full CMDR Login";
|
||||
|
||||
/* journal_lock.py: Title text on popup when Journal directory already locked; In files: journal_lock.py:208; */
|
||||
"Journal directory already locked" = "Journal directory already locked";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user