Changes between Version 32 and Version 33 of BluePrint/Translation


Ignore:
Timestamp:
09/15/13 16:39:06 (11 years ago)
Author:
nownikhil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Translation

    v32 v33  
    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).
    9090       * Function download_strings takes the language_code and returns pootle strings and python strings in a tuple.
    91        * Function merge_strings takes 2 set of strings and merges them on the basis of preference.
    92        * 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.
     91       * Function merge_strings takes 2 set of strings and merges them on the basis of preference. If preference is given to python, strings from python language files are added to pootle.
     92       * Function upload_to_pootle takes language_code, a pootle file and uploads the pootle file to Sahana server on pootle using overwrite option. Username and password are obtained from the configuration settings. (L10n settings). Mechanize library of python has been used to implement this.
    9393
    9494== Other Links ==