fixed a path when generating translation files
This commit is contained in:
parent
893b075f06
commit
5c0d98fc9f
@ -47,7 +47,7 @@ update_translation_templates:
|
|||||||
# - cd doc
|
# - cd doc
|
||||||
# - '&$env:PYTHON3_32 documentation_importer.py'
|
# - '&$env:PYTHON3_32 documentation_importer.py'
|
||||||
- cd src
|
- cd src
|
||||||
- 'python setup.py extract_messages -o .\scripts\musicdl.pot --msgid-bugs-address "manuel@manuelcortez.net" --copyright-holder "Manuel Cortez" --input-dirs .'
|
- 'python setup.py extract_messages -o ..\scripts\musicdl.pot --msgid-bugs-address "manuel@manuelcortez.net" --copyright-holder "Manuel Cortez" --input-dirs .'
|
||||||
# - cd ..\doc
|
# - cd ..\doc
|
||||||
# - '&$env:PYTHON3_32 translate.py'
|
# - '&$env:PYTHON3_32 translate.py'
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -58,7 +58,7 @@ update_translation_templates:
|
|||||||
- 'git commit -m "Updated locales [skip ci]"'
|
- 'git commit -m "Updated locales [skip ci]"'
|
||||||
- 'git push origin HEAD:$env:CI_COMMIT_REF_NAME'
|
- 'git push origin HEAD:$env:CI_COMMIT_REF_NAME'
|
||||||
only:
|
only:
|
||||||
- schedules
|
- master
|
||||||
|
|
||||||
public:
|
public:
|
||||||
<<: *configure_environment
|
<<: *configure_environment
|
||||||
|
Loading…
Reference in New Issue
Block a user