update-manager: add german l10n, thanks knife.

This commit is contained in:
Luis Guzmán 2024-05-12 14:45:11 +00:00
parent ae058aaab1
commit 7921aef7ec
2 changed files with 37 additions and 1 deletions

View file

@ -76,7 +76,7 @@ sed -i 's|changelogs.ubuntu.com/|archive.trisquel.org/trisquel/|' UpdateManager/
# Trisquel l10n modifications using git patches.
for patch in $(ls -v ${DATA}/l10n/*.patch)
do
echo "> Applying $patch"
echo "> Applying $(echo $patch|xargs basename)"
patch --no-backup-if-mismatch -Np1 < $patch
done