Index: denali.pro =================================================================== diff -u -r193d7f4cf456dbcf0b4aee1edbacdeb8d5706967 -rd9b9df9b23da89b4c27f4672ff6e7f570adcc48a --- denali.pro (.../denali.pro) (revision 193d7f4cf456dbcf0b4aee1edbacdeb8d5706967) +++ denali.pro (.../denali.pro) (revision d9b9df9b23da89b4c27f4672ff6e7f570adcc48a) @@ -5,6 +5,10 @@ QMAKE_CXXFLAGS += -Wall -Werror -Wextra -Wimplicit-fallthrough=3 # -save-temps # see .ii # -Wpedantic -Wconversion -Wshadow # these can't always be used, since it gives errors in Qt library. +TRANSLATIONS += \ + resources/translations/translation_es.ts \ + resources/translations/translation_de.ts + #CONFIG += disable_crc disable_crc { message( *** IMPORTANT : DISABLED CRC CHECK *** ) @@ -282,6 +286,7 @@ \ # ---------- Views - Settings sources/view/settings/VDateTime.h \ sources/view/settings/VSettings.h \ + sources/view/settings/VLocalization.h \ sources/view/settings/VBluetooth.h \ sources/view/settings/VNetworkModel.h \ sources/view/settings/VAdjustmentVersions.h \ @@ -552,6 +557,7 @@ sources/view/hd/alarm/VAlarmActiveList.cpp \ \ # ---------- Views - Settings sources/view/settings/VSettings.cpp \ + sources/view/settings/VLocalization.cpp \ sources/view/settings/VDateTime.cpp \ sources/view/settings/VBluetooth.cpp \ sources/view/settings/VNetworkModel.cpp \