Try to install msgcmp via the gettext package

This commit is contained in:
Thomas Bétous 2021-04-27 22:34:07 +02:00
parent 5acdcfd620
commit 2f1389abd6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ translation:
when: manual
before_script:
- *apt_get_update
- apt-get install --yes msgcmp > /dev/null
- apt-get install --yes gettext > /dev/null
script:
- files=$(find . -name strings.po -not -path './resources/language/resource.language.en_gb/*') && for file in files; do msgcmp $file ./resources/language/resource.language.en_gb/strings.po; done