I tried to start a new translation (italian). After I run lupdate/lrelease, I found the following files modified (other than the ones I modified):
modified: ui/qt/wireshark_en.qm
modified: ui/qt/wireshark_en.ts
modified: ui/qt/wireshark_fr.qm
modified: ui/qt/wireshark_fr.ts
modified: ui/qt/wireshark_ja_JP.qm
modified: ui/qt/wireshark_ja_JP.ts
modified: ui/qt/wireshark_pl.qm
modified: ui/qt/wireshark_pl.ts
modified: ui/qt/wireshark_zh_CN.qm
modified: ui/qt/wireshark_zh_CN.ts
Having a look at the diff, I figured out that something has changed in the source files, and that change was not ported to the "compiled" ones. Am I right? What should I do with those changes? Keep them or discard them?