1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Initial test version of selectable translations for launcher.

This commit is contained in:
Ivan Savenko
2022-12-19 19:12:44 +02:00
parent b6ca3f83c1
commit 9e4cef015d
12 changed files with 1210 additions and 599 deletions

View File

@@ -32,6 +32,11 @@ int main(int argc, char * argv[])
{
#endif
QApplication vcmilauncher(argc, argv);
//QTranslator translator;
//translator.load("./launcher_uk.qm");
//vcmilauncher.installTranslator(&translator);
MainWindow mainWindow;
mainWindow.show();
result = vcmilauncher.exec();