Changes between Version 64 and Version 65 of ReleaseGuidelines


Ignore:
Timestamp:
08/13/23 18:50:15 (17 months ago)
Author:
zaytsev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseGuidelines

    v64 v65  
    3333mkdir dist; cd dist; ../configure; cd .. 
    3434}}} 
    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])  
    3636 * store translations in git repo 
    3737{{{ 
     
    4141git push origin master 
    4242}}} 
    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}}} 
    4444 * store translations in git repo 
    4545{{{