update-manager: add german l10n, thanks knife.

This commit is contained in:
Luis Guzmán 2024-05-12 18:32:04 +00:00
parent 14df256664
commit 7a9de61b49
2 changed files with 38 additions and 2 deletions

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=22
VERSION=23
. ./config
@ -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