Skip to content

Commit

Permalink
Push updated strings to Transifex, leaving old strings in place
Browse files Browse the repository at this point in the history
Duplicate of musescore#7704
  • Loading branch information
Jojo-Schmitz committed Aug 13, 2021
1 parent 26b573a commit 6c059a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_lupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
publish:
description: 'Publish to Transifex: on - publish'
required: false
default: 'off'
default: 'on'
jobs:
lupdate:
runs-on: macos-10.15
Expand Down
2 changes: 1 addition & 1 deletion build/ci/lupdate/run_lupdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source $ENV_FILE
# Translation routines
# update translation on transifex
# remove obsolete strings
OBSOLETE=-no-obsolete # '-noobsolete' in older QT versions
#OBSOLETE=-no-obsolete # '-noobsolete' in older QT versions

./build/gen-qt-projectfile . > mscore.pro
lupdate ${OBSOLETE} mscore.pro
Expand Down

0 comments on commit 6c059a8

Please sign in to comment.