As zanshin uses tr(...) macro we need to load qm file
So necessary to use specific macro
Details
Details
install fr language, (last version) with a zanshin_qt.qm
Diff Detail
Diff Detail
- Repository
- R4 Zanshin
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
I also assume you tested it works as expected both for the standalone applications and the kontact plugins? I'd be in fact slightly surprised if it works for the kontact plugin case,
src/renku/app/CMakeLists.txt | ||
---|---|---|
1 | Please move that line after the set(app_SRCS...) block and use app_SRCS as output variable for ecm_create_qm_loader. | |
8 | And then this line won't need changing anymore. Please do that change for the other files as well. |
Comment Actions
Use app_SRCS variable directly.
I can't confirm that kontact translation work so I remove changes from the moment.