From Fedora Project Wiki
No edit summary
Line 25: Line 25:
== Summary ==
== Summary ==
<!-- A sentence or two summarizing what this change is and what it will do. This information is used for the overall changeset summary page for each release. -->
<!-- A sentence or two summarizing what this change is and what it will do. This information is used for the overall changeset summary page for each release. -->
Often even after 100% translation in Zanata, few packages do not get build with latest translations in Fedora. This result in poor localization experience. Transdiff is a python program to run on products installations for tracking translations with project upstream and generate diff reports.
Often even after 100% translation in Zanata, it sometimes happens that a few packages do have the latest translations in Fedora. This results in a poor localization experience. Transdiff is a Python tool to run on installations for tracking translations with project upstream and generate diff reports.


== Owner ==
== Owner ==

Revision as of 06:59, 11 January 2017


Transdiff

Summary

Often even after 100% translation in Zanata, it sometimes happens that a few packages do have the latest translations in Fedora. This results in a poor localization experience. Transdiff is a Python tool to run on installations for tracking translations with project upstream and generate diff reports.

Owner

Current status

Detailed Description

Often even after 100% translation in Zanata, few packages do not get build with latest translations in Fedora. This result in poor localization experience. Transdiff is a python program to run on products installations for tracking translations with project upstream and generate diff reports.

Benefit to Fedora

  • Analysis/Diff reports of packages with outdated translations with upstream.
  • Fedora packagers or developers can monitor strings missing or breakage in translation.
  • This is more from automated testing prospectives.


Scope

  • Proposal owners: Complete script and package it for Fedora.
  • Other developers: N/A (not a System Wide Change)
  • Release engineering: N/A (not a System Wide Change)
  • Policies and guidelines: N/A (not a System Wide Change)
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

N/A (not a System Wide Change)

How To Test

  • Install transdiff package.
  • Run script with required arguments.
  • More details TBD

User Experience

This is more from developer and contributors perspective. They will able to find sync between downstream and upstream translations.

Dependencies

N/A

Contingency Plan

  • Contingency mechanism: N/A
  • Contingency deadline: N/A
  • Blocks release? N/A
  • Blocks product? N/A


Documentation

Will provide later.

Release Notes