diff --git a/Recources.qrc b/Recources.qrc index 264f123..920e5ba 100644 --- a/Recources.qrc +++ b/Recources.qrc @@ -1,5 +1,7 @@ - - images/icon.png + + translations/translation_en.qm + translations/translation_ru.qm + images/icon.png diff --git a/ScreenTranslator.pro b/ScreenTranslator.pro index 40dbdae..fd26aed 100644 --- a/ScreenTranslator.pro +++ b/ScreenTranslator.pro @@ -47,7 +47,8 @@ RESOURCES += \ Recources.qrc TRANSLATIONS += \ - translations/translation_en.ts + translations/translation_en.ts \ + translations/translation_ru.ts win32{ RC_FILE = app.rc