[zanata-devel] Issue 269 in flies: Story: As a project maintainer I would like to keep the history of previous translators that have worked on a PO file

flies at googlecode.com flies at googlecode.com
Mon Apr 11 02:58:31 UTC 2011


Updates:
	Status: Started
	Owner: sean.flanigan

Comment #2 on issue 269 by sean.flanigan: Story: As a project maintainer I  
would like to keep the history of previous translators that have worked on  
a PO file
http://code.google.com/p/flies/issues/detail?id=269

How's this?

1. When pushing (importing) a brand-new document to Zanata:
  - Just import original comment verbatim as headerComment.
  - Translations are marked as "imported" (because real credits come from  
comment above).

2. When saving a translation entered through web interface:
  - Credit translation to current Zanata user.

3. When pushing (importing) an updated document (even if there are no new  
translations)
  - If merging: line by line, compare imported comment to (headerComment +  
generatedComments), append any new lines to headerComment.
  - If importing: replace old headerComment with new headerComment.

4. When pulling (exporting) translations
  - Output comment as (headerComment + generatedComments).
  - generatedComments has one line per translator+email+year, skipping over  
imported translations.
  - Any line in generatedComments which duplicates a line in headerComment  
will be omitted.





More information about the zanata-devel mailing list