Changes between Version 38 and Version 39 of ReleaseGuidelines


Ignore:
Timestamp:
11/29/13 14:03:46 (10 years ago)
Author:
slavazanko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseGuidelines

    v38 v39  
    88 * store translations in git repo by following commands: 
    99{{{ 
    10 cp -f $TX_REPO/master/*.po $GIT_REPO/po 
    11 cd $GIT_REPO/po 
    12 ./strip-location.sh *.po 
    13 git add *.po 
     10git add po/*.po  
    1411git commit -s -m 'Updated translations from Transifex' 
    1512git push origin master