Changes between Version 64 and Version 65 of ReleaseGuidelines
- Timestamp:
- 08/13/23 18:50:15 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseGuidelines
v64 v65 33 33 mkdir dist; cd dist; ../configure; cd .. 34 34 }}} 35 * download PO-translations from Transifex .net: {{{./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: {{{./maint/utils/sync-transifex/po-from-transifex.py}}} (see before: [wiki:TxRepoSetup how to set up local tx-repository]) 36 36 * store translations in git repo 37 37 {{{ … … 41 41 git push origin master 42 42 }}} 43 * download the hint translations from Transifex .net: {{{./maint/utils/sync-transifex/hints-from-transifex.py}}}43 * download the hint translations from Transifex: {{{./maint/utils/sync-transifex/hints-from-transifex.py}}} 44 44 * store translations in git repo 45 45 {{{