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
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
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 | ||
---|---|---|
8 | And then this line won't need changing anymore. Please do that change for the other files as well. | |
13 | Please move that line after the set(app_SRCS...) block and use app_SRCS as output variable for ecm_create_qm_loader. |
Comment Actions
Use app_SRCS variable directly.
I can't confirm that kontact translation work so I remove changes from the moment.