Changes between Version 38 and Version 39 of ReleaseGuidelines
- Timestamp:
- 11/29/13 14:03:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseGuidelines
v38 v39 8 8 * store translations in git repo by following commands: 9 9 {{{ 10 cp -f $TX_REPO/master/*.po $GIT_REPO/po 11 cd $GIT_REPO/po 12 ./strip-location.sh *.po 13 git add *.po 10 git add po/*.po 14 11 git commit -s -m 'Updated translations from Transifex' 15 12 git push origin master