Activity Team: Difference between revisions
RafaelOrtiz (talk | contribs) minor |
|||
| Line 57: | Line 57: | ||
# do a <code>git pull</code> to get a local copy of the .po files | # do a <code>git pull</code> to get a local copy of the .po files | ||
# run <code>setup.py fix_manifest</code> to create the .mo files used at run time | # run <code>setup.py fix_manifest</code> to create the .mo files used at run time | ||
Details can be found on the [[Translation_Team/i18n_Best_Practices]]. | Details can be found on the | ||
*[[Translation_Team/i18n_Best_Practices]]. | |||
===General overview of git=== | ===General overview of git=== | ||
Read the brief overview below but then '''start''' with our [[Activity Team/Git Tutorial|git tutorial]]. | Read the brief overview below but then '''start''' with our | ||
*[[Activity Team/Git Tutorial|git tutorial]]. | |||
====glossary==== | ====glossary==== | ||
| Line 74: | Line 76: | ||
====Setup==== | ====Setup==== | ||
( | (Once per machine you're working on) | ||
git clone git://git.sugarlabs.org/whatever/mainline.git whatever | git clone git://git.sugarlabs.org/whatever/mainline.git whatever | ||