mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#1862] At install, kde client installs only french translation file
Added subdirectories of other languages
This commit is contained in:
@ -7,4 +7,9 @@ MESSAGE(FATAL_ERROR "Please install msgmerge binary")
|
||||
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||||
|
||||
add_subdirectory(fr)
|
||||
add_subdirectory(es)
|
||||
add_subdirectory(de)
|
||||
add_subdirectory(ru)
|
||||
add_subdirectory(zh_CN)
|
||||
add_subdirectory(zh_HK)
|
||||
|
||||
|
Reference in New Issue
Block a user