Hi,
attached is the german language file trans_de.ts can you please include this in the sources.
I have patched the glmixer on my side, is this enough ?
--- a/src/CMakeLists.txt.orig 2018-12-08 17:58:09.871160638 +0100 +++ b/src/CMakeLists.txt 2018-12-08 17:58:28.262718552 +0100 @@ -312,6 +312,7 @@ SET(LANG "${CMAKE_SOURCE_DIR}/locals/trans_fr.ts" "${CMAKE_SOURCE_DIR}/locals/trans_cz.ts" + "${CMAKE_SOURCE_DIR}/locals/trans_de.ts" ) #qt4_create_translation(GLMIXER_QM ${GLMIXER_UIS_H} ${GLMIXER_SRCS} ${LANG}) qt4_add_translation(GLMIXER_QM ${LANG})
Log in to post a comment.
I have patched the glmixer on my side, is this enough ?