usb-creator: add german l10n update, thanks knife.

This commit is contained in:
Ark74 2024-05-18 04:54:01 -06:00
parent 3a4c59b33d
commit 7d1e8b0f4b
2 changed files with 44 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=2
VERSION=3
. ./config
@ -44,7 +44,7 @@ sed -i "s|<https://launchpad.net/ubuntu/.*filebug>|<https://gitlab.trisquel.org/
# 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