1
0
forked from 0ad/0ad

Update translator credits automatically

This adds updating the translator credits automatically when updating
translations. This has two benefits:

1. Translator credits are up-to-date in SVN-builds, so potential
   problems will already show up there.
2. One manual step less during a release.

Patch by: @Dunedan
Accepted by: @Stan
Differential Revision: https://code.wildfiregames.com/D5299
This was SVN commit r28143.
This commit is contained in:
Dunedan 2024-07-07 16:29:40 +00:00
parent 70dea92859
commit ae67a77bd9

View File

@ -50,6 +50,7 @@ pipeline {
}
sh "python3 source/tools/i18n/cleanTranslationFiles.py"
sh "python3 source/tools/i18n/checkDiff.py --verbose"
sh "python3 source/tools/i18n/creditTranslators.py"
}
}
}