Changes between Version 54 and Version 55 of ReleaseGuidelines


Ignore:
Timestamp:
06/16/19 18:01:58 (5 years ago)
Author:
zaytsev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseGuidelines

    v54 v55  
    3030 * store translations in git repo by following commands: 
    3131{{{ 
     32make -C dist/po update-po 
    3233git add po/*.po 
    33 make -C dist/po update-po 
    3434git commit -s -m 'Update translations from Transifex' 
    3535git push origin master