Disable language on Windows

This commit is contained in:
Carsten Larsen 2017-01-21 13:29:11 +01:00
parent 737925e667
commit 99af9a13ca
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,8 @@ bool StandardLanguage::StrIsEqualLoc(const char* s1, const char* s2)
void StandardLanguage::LoadCatalogs()
{
/* Just use english for now
const char* key;
const char* value;
@ -173,6 +175,7 @@ void StandardLanguage::LoadCatalogs()
keywordsloc[j].symbol = keywords[j].symbol;
}
}
*/
}
void StandardLanguage::LoadCatalog(char **dest, const char *file)