Description of problem: First of all thanks to Ankit for helping me to understand this issue. The bug found is in zanata-python-client. I did some changes like removing the unnecessary comments in po files and pushed to f18-1 branch in iok. Then I pulled it again and found comments appeared again. Then, I used --no-copytrans option and pushed and it worked. Now, I removed translations from one of the string and pushed po file with --no-copytrans and looked into zanata for its stat. Zanata showed it as 100% translated which is wrong. Version-Release number of selected component (if applicable): zanata python client version: 1.3.7, zanata server API version: 1.6.0 Project: iok Version: f18-1 How reproducible: always Steps to Reproduce: 1. modify po and remove translations 2. push po files with --no-copytrans 3. check that po status in zanata Actual results: 100% translated Expected results: should not be copying translation from other branch. Additional info:
The new features in zanata are really killing my rhel6 iok update.
Hi Parag I think you have to use --merge=import to push translations if you want overwrite the translations on server side. That option is set to auto by default. Please try again.