build: add more help text to the windows-installer-langs test.

I always have to search again the InnoSetup repository for the language
file. Add the link in the failed test output so that we don't waste time
searching the next time.

Also when the new lang is "Unofficial", the installer script has to be
updated as well, because these lang files must be downloaded. Add a help
text saying this as well.
This commit is contained in:
Jehan 2021-10-01 21:48:49 +02:00
parent 3ace66ecbb
commit 4055ac95e6
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ if [ "$PO_LANGS" != "$INSTALLER_LANGS" ]; then
echo "- PO languages: $PO_LANGS"
echo "- Installer languages: $INSTALLER_LANGS"
echo "Please verify: build/windows/installer/gimp3264.iss"
echo "Base language files can be found in: https://github.com/jrsoftware/issrc/tree/main/Files/Languages"
echo "If a new language is in Unofficial/, also edit/download it from:"
echo "build/windows/gitlab-ci/installer-gimp-msys2.sh"
exit 1
fi