Skip to content

Commit

Permalink
Switch Transifex / language updates to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup committed Jul 10, 2024
1 parent 1157e0f commit 69e78f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscripts/ci/translation/s3_packandsend.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#needs to be equal or smaller than the cron
period = 300
outputDir = "share/locale/"
s3Urls = ["s3://extensions.musescore.org/4.3/languages/"]
s3Urls = ["s3://extensions.musescore.org/4.4/languages/"]

def processTsFile(prefix, langCode, data):
print("Processing " + langCode)
Expand Down
2 changes: 1 addition & 1 deletion src/app/configs/languages.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"server_url": "http://extensions.musescore.org/4.3/languages/"
"server_url": "http://extensions.musescore.org/4.4/languages/"
}

0 comments on commit 69e78f8

Please sign in to comment.