Skip to content

Commit

Permalink
make stable release 3.0.5
Browse files Browse the repository at this point in the history
Stop pushing strings to Transifex
  • Loading branch information
anatoly-os committed Mar 12, 2019
1 parent cb2ddb9 commit 58dd23d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ include (CreatePrecompiledHeader)
# set(CMAKE_VERBOSE_MAKEFILE ON)

set(CMAKE_AUTOMOC TRUE)
set(MSCORE_UNSTABLE TRUE) # Mark as unstable
set(MSCORE_UNSTABLE FALSE) # Mark as unstable
#set(MSCORE_RELEASE_CHANNEL "devel")
#set(MSCORE_RELEASE_CHANNEL "testing")
set(MSCORE_RELEASE_CHANNEL "stable")
Expand Down
20 changes: 10 additions & 10 deletions build/travis/job_macos_lupdate/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ rm mscore.pro
rm instruments.pro
rm tours.pro

sudo pip install transifex-client
# sudo pip install transifex-client

cat > ~/.transifexrc <<EOL
[https://www.transifex.com]
hostname = https://www.transifex.com
password = $TRANSIFEX_PASSWORD
token =
username = $TRANSIFEX_USER
EOL
# cat > ~/.transifexrc <<EOL
# [https://www.transifex.com]
# hostname = https://www.transifex.com
# password = $TRANSIFEX_PASSWORD
# token =
# username = $TRANSIFEX_USER
# EOL

cp share/locale/mscore_en_US.ts share/locale/mscore_en.ts
tx push -s
# cp share/locale/mscore_en_US.ts share/locale/mscore_en.ts
# tx push -s

0 comments on commit 58dd23d

Please sign in to comment.