Skip to content

Commit

Permalink
Merge pull request #50 from p-bo/patch-8
Browse files Browse the repository at this point in the history
Added Czech localization
  • Loading branch information
Martchus authored Aug 20, 2019
2 parents dd4c810 + 17b59a9 commit 8ed7d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(SRC_FILES
syncthingicons.cpp)
set(RES_FILES resources/${META_PROJECT_NAME}icons.qrc)

set(TS_FILES translations/${META_PROJECT_NAME}_de_DE.ts translations/${META_PROJECT_NAME}_en_US.ts)
set(TS_FILES translations/${META_PROJECT_NAME}_cs_CZ.ts translations/${META_PROJECT_NAME}_de_DE.ts translations/${META_PROJECT_NAME}_en_US.ts)

# find c++utilities
find_package(c++utilities${CONFIGURATION_PACKAGE_SUFFIX} 5.0.0 REQUIRED)
Expand Down

0 comments on commit 8ed7d61

Please sign in to comment.