Changes between Version 30 and Version 31 of BluePrint/Translation


Ignore:
Timestamp:
08/19/13 14:12:55 (11 years ago)
Author:
nownikhil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Translation

    v30 v31  
    8888   * Implementation Details:
    8989       * Function merge_pootle takes 2 arguments (language_code, preference). Preference defines which is given preference in case of a conflict (either po or py).
    90 
    9190       * Function download_strings takes the language_code and returns pootle strings and python strings in a tuple.
    92 
    9391       * Function merge_strings takes 2 set of strings and merges them on the basis of preference.
    94 
    9592       * Function upload_to_pootle takes language_code, a pootle file and uploads the pootle file to Sahana server on pootle using overwrite option. Mechanize library of python has been used to implement this.
    9693