case für translete Dateien hinzugefügt

This commit is contained in:
Désiré Werner Menrath 2023-11-05 17:56:17 +01:00
parent 18717416f9
commit 4410f66233

View File

@ -70,7 +70,9 @@ wait;
sudo cp wire_g wg_stop /sbin/ ; sudo chmod +x /sbin/wire_g ; sudo chmod +x /sbin/wg_stop
wait; sudo cp Wire-G.desktop /usr/share/applications/
echo
sudo cp languages/de/*.mo /usr/share/locale/de/LC_MESSAGES/
case $LANG in
de_DE.UTF-8) sudo cp languages/de/*.mo /usr/share/locale/de/LC_MESSAGES/ ;;
esac
echo
echo "Installation erfolgreich!"
echo