Changes between Version 65 and Version 66 of ReleaseGuidelines
- Timestamp:
- 08/13/23 18:51:04 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseGuidelines
v65 v66 33 33 mkdir dist; cd dist; ../configure; cd .. 34 34 }}} 35 * download PO-translations from Transifex: {{{./maint/utils/sync-transifex/po-from-transifex.py}}} (see before: [wiki:TxRepoSetup how to set up local tx-repository]) 35 * download PO-translations from Transifex (see before: [wiki:TxRepoSetup how to set up local tx-repository]) 36 {{{ 37 ./maint/utils/sync-transifex/po-from-transifex.py 38 }}} 36 39 * store translations in git repo 37 40 {{{ … … 41 44 git push origin master 42 45 }}} 43 * download the hint translations from Transifex: {{{./maint/utils/sync-transifex/hints-from-transifex.py}}} 46 * download the hint translations from Transifex 47 {{{ 48 ./maint/utils/sync-transifex/hints-from-transifex.py 49 }}} 44 50 * store translations in git repo 45 51 {{{