Activity Team/Git FAQ: Difference between revisions

Line 42: Line 42:
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
Use <code> git-pull </code> to periodically pull these updates to the local copy of your project.
git-pull
to periodically pull these updates to the local copy of your project.


Also, run
Also, run <code>python setup.py fix_manifest</cpde> to update the .mo files after updating the .po files
python setup.py fix_manifest
to update the .mo files after updating the .po files


=== How do I update the Tag field in Gitorious? ===
=== How do I update the Tag field in Gitorious? ===