Changes between Version 27 and Version 28 of BluePrint/Translation


Ignore:
Timestamp:
08/19/13 13:59:17 (11 years ago)
Author:
nownikhil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Translation

    v27 v28  
    7777    * Removing external dependency on Translate Toolkit
    7878
     79== Pootle Integration ==
     80   * Initially we merge the translations between pootle and py such that translations in py are given preference. If pootle has translations that py doesn't,  then those get added. This merged set of strings is reflected in both pootle and py. This creates an initial sync between the two.
     81
     82   * now when someone requests for an Excel file for translation, we check pootle for any updated strings since last sync. If any, we merge them to py files and provide the translator with an updated set of strings in the Excel file. Hence this way py is kept in sync with pootle regularly.
     83
     84   * after a csv file is submitted to Eden after translations,  we update both py and pootle with the changes. (Anything changed in csv implies earlier translation from pootle has to be overwritten).
     85There might be small chances of conflict here in case pootle is updated between the time when Excel file was requested and csv file was submitted.  In this case we can probably prefer the csv strings or maybe store conflicts in a separate file to be manually sorted out.
     86
     87
    7988
    8089== Other Links ==