Slovenian localization files added

This commit is contained in:
2016-08-27 16:47:48 +02:00
parent 249c4db1de
commit 8bf99423c8
12 changed files with 795 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ bool wxEventMonitorApp::OnInit()
if (wxConfigBase::Get()->Read(wxT("LocalizationRepositoryPath"), &sPath))
m_locale.AddCatalogLookupPathPrefix(sPath);
if (m_locale.Init(language)) {
wxVERIFY(m_locale.AddCatalog(wxT("wxExtend") wxT(wxExtendVersion)));
//wxVERIFY(m_locale.AddCatalog(wxT("wxExtend") wxT(wxExtendVersion)));
wxVERIFY(m_locale.AddCatalog(wxT("EventMonitor")));
}
}