Skip to content

Commit

Permalink
Include zh-TW translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetee committed May 9, 2020
1 parent 411176b commit dbd4bb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TempoChanges.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import MuseScore 3.0

MuseScore {
menuPath: "Plugins.TempoChanges"
version: "3.3.0"
version: "3.3.1"
description: qsTr("Creates hidden tempo markers.\nSee also: https://musescore.org/en/handbook/3/tempo#ritardando-accelerando")
pluginType: "dialog"
requiresScore: true
Expand Down
2 changes: 1 addition & 1 deletion translations/generating these qm files.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set PATH=%PATH%;C:\Qt\5.12.5\msvc2017_64\bin
lrelease.exe -nounfinished locale_nl.ts locale_de.ts locale_fr.ts locale_it.ts locale_zh.ts
lrelease.exe -nounfinished locale_nl.ts locale_de.ts locale_fr.ts locale_it.ts locale_zh.ts locale_zh_TW.ts
PAUSE
1 change: 1 addition & 0 deletions translations/generating these ts files.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ lupdate.exe -locations relative -no-obsolete ../ -ts locale_fr.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_it.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_nl.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_zh.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_zh_TW.ts
PAUSE

0 comments on commit dbd4bb8

Please sign in to comment.