1
0
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:
David Sangrey 2024-03-23 10:27:01 -04:00
parent 5b85e32374
commit 6da7597e79
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 4 additions and 1 deletions

View File

@ -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))

View File

@ -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";