Skip to content

Commit 22ffcab

Browse files
committed
build: add l18n install for Windows
re #250
1 parent 155ad3e commit 22ffcab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ if(WIN32)
117117
install(FILES src/gui/res/about.svg DESTINATION .)
118118
install(FILES src/gui/res/unicast.svg DESTINATION .)
119119
install(FILES src/gui/res/multicast.svg DESTINATION .)
120+
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/de.gmo DESTINATION de RENAME ${LOCALE_DOMAIN}.mo)
121+
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/es.gmo DESTINATION es RENAME ${LOCALE_DOMAIN}.mo)
122+
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/sv.gmo DESTINATION sv RENAME ${LOCALE_DOMAIN}.mo)
120123
endif(WIN32)
121124

122125

0 commit comments

Comments
 (0)