Changes

Line 44: Line 44:  
=== How do I stay in sync with translations being pushed from the Pootle server? ===
 
=== How do I stay in sync with translations being pushed from the Pootle server? ===
   −
Periodically—in my experience, on Fridays—updates to the project .po files are pushed from the Localization Team.
+
Periodically—in my experience, on Fridays—updates to the project .po files are pushed from the Localization team.
    
Use <code> git-pull </code> to periodically pull these updates to the local copy of your project.
 
Use <code> git-pull </code> to periodically pull these updates to the local copy of your project.
    
Also, run <code>python setup.py fix_manifest</code> to update the .mo files after updating the .po files
 
Also, run <code>python setup.py fix_manifest</code> to update the .mo files after updating the .po files
 +
 +
'''Note:''' After every major release, a new branch is created on the Pootle server, e.g., Fructose-0.82 and Fructose-0.84. The Localization team may push translations to any or all of the corresponding branches of your project. Changes to your master branch are not necessarily intended for the release branches.
    
=== How do I update the Tag field in Gitorious? ===
 
=== How do I update the Tag field in Gitorious? ===