remove old test string

This commit is contained in:
blitzmann
2020-05-16 15:10:01 -04:00
parent 5177768962
commit c3ceebcec7

View File

@@ -23,6 +23,7 @@ class PyfaApp(wx.App):
#
# #------------
# Return locale folder.
localeDir = os.path.join(config.pyfaPath, "locale")
@@ -31,7 +32,7 @@ class PyfaApp(wx.App):
wx.Locale.AddCatalogLookupPathPrefix(localeDir)
# Set language stuff and update to last used language.
self.UpdateLanguage(config.language)
print(_("Market"))
return True
#-----------------------------------------------------------------------