diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-01-02 01:41:07 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-01-02 01:41:07 +0100 |
commit | 4b7971f60fd7ab7cbbd6fd50b14e9361fe6de036 (patch) | |
tree | 79bf6f7578ccdeb821935374290bc56d58a18839 /api/logic/CMakeLists.txt | |
parent | 4cbd1a7692ba71c91077aaf60663f1504724f497 (diff) | |
download | PrismLauncher-4b7971f60fd7ab7cbbd6fd50b14e9361fe6de036.tar.gz PrismLauncher-4b7971f60fd7ab7cbbd6fd50b14e9361fe6de036.tar.bz2 PrismLauncher-4b7971f60fd7ab7cbbd6fd50b14e9361fe6de036.zip |
NOISSUE hotloading of translations and use of local PO files
The hotloading is still inefficient
Diffstat (limited to 'api/logic/CMakeLists.txt')
-rw-r--r-- | api/logic/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/CMakeLists.txt b/api/logic/CMakeLists.txt index b8e45b30..45b01b9f 100644 --- a/api/logic/CMakeLists.txt +++ b/api/logic/CMakeLists.txt @@ -387,6 +387,8 @@ add_unit_test(JavaVersion set(TRANSLATIONS_SOURCES translations/TranslationsModel.h translations/TranslationsModel.cpp + translations/POTranslator.h + translations/POTranslator.cpp ) set(TOOLS_SOURCES |