Translations update

This commit is contained in:
JustArchi
2019-01-07 18:11:57 +01:00
parent 434445857b
commit dc06abc035
5 changed files with 9 additions and 8 deletions

2
ASF-ui

Submodule ASF-ui updated: 6b1d8d3b03...0581398b1c

View File

@@ -30,10 +30,11 @@ try {
throw "$crowdinIdentityPath could not be found, aborting."
}
& "$archiCrowdinScriptPath" -t:$archiTargets -d -c -p
& "$archiCrowdinScriptPath" -d -p
& "$archiCrowdinScriptPath" -t:wiki -c -p
& "$archiCrowdinScriptPath" -c -p
& "$archiCrowdinScriptPath" -t:$archiTargets -d -c -p # Download and commit all independent submodules that are part of ASF project
& "$archiCrowdinScriptPath" -t:wiki -c -p # Wiki submodule depends on us, we do this one more time before in order to ensure that tree is up-to-date (e.g. branch is master before we start modifying files in the next step)
& "$archiCrowdinScriptPath" -d -p -rs:no # Download translations for the main project, which also includes wiki submodule as of now
& "$archiCrowdinScriptPath" -t:wiki -c -p # Commit the wiki submodule that we updated in the previous step
& "$archiCrowdinScriptPath" -c # Commit the main project and references of all submodules
} finally {
Pop-Location
}

2
wiki

Submodule wiki updated: e2b8b8dd42...52f8aadca0