Translations update

This commit is contained in:
JustArchi
2018-11-19 15:51:30 +01:00
parent 6ef8093b19
commit e5309a196a
8 changed files with 20 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ $crowdinConfigFileName = 'crowdin.yml'
$crowdinIdentityFileName = 'crowdin_identity.yml'
$crowdinIdentityPath = "$archiCrowdinPath\$crowdinIdentityFileName"
$archiTargets = @('ASF-ui', 'ASF-WebConfigGenerator', 'this')
$archiTargets = @('ASF-ui', 'ASF-WebConfigGenerator')
Push-Location "$PSScriptRoot"
@@ -30,8 +30,10 @@ try {
throw "$crowdinIdentityPath could not be found, aborting."
}
$ErrorActionPreference = 'Continue'
& "$archiCrowdinScriptPath" -t:$archiTargets -d -c -p
& "$archiCrowdinScriptPath" -d -p
& "$archiCrowdinScriptPath" -t:wiki -c -p
& "$archiCrowdinScriptPath" -c -p
} finally {
Pop-Location
}