Currently transifex is set up to provide translations for the 0.7.74.x branch. I would like to either add the ability to provide translations for the trunk, or else switch from the branch to the trunk.
Thanks Tim for the update. I just added the branch. https://translate.fedoraproject.org/submit/module/system-config-printer/ For the record, here's how it was done: m=Module.selectBy(name='system-config-printer')[0] b=Branch.selectBy(name='trunk')[0] m.addBranch(b) If you could send a quick note to -trans-list letting people know that F9 translations should go in trunk, it would be great. Closing report.