Activity Team/Git FAQ: Difference between revisions

formatting
Line 83: Line 83:


:'''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.
:'''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 my string changes get into Pootle? ===
Any changes to your project's .pot file are daily pulled into Pootle from git. All you have to do as a developer is make to regenerate your pot file whenever you make string changes.
setup.py genpot
git commit po/"myproject".pot -m "new strings"
git push


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