两个工程test1,test2
test1.pro:
...
TRANSLATIONS += ../test2_zh_CN.ts
test2.pro:
...
TRANSLATIONS += test2_zh_CN.ts
我用lupdate test1.pro之后,显示:
"Found xx source text(s)(xx new and xx already existing)"
再用lupdate test2.pro之后,显示:
"Found yy source text(s)(yy new and xx already existing)"
"Kept xx obsolete entries"
打开test2_zh_CN.ts文件后,只有lupdate test2.pro之后的信息,原来的执行lupdate test1.pro后的信息没有了。
如何让执行lupdate test1.pro的信息也保存到test2_zh_CN.ts中呢?