Dedupe handling of catalog translations

ubuntu-core-desktop-noble
Steve Langasek 10 months ago
parent f8660ee75e
commit ef9f827922

@ -752,6 +752,12 @@ do_layered_desktop_image() {
locale_support: $LOCALE_SUPPORT locale_support: $LOCALE_SUPPORT
EOF EOF
fi fi
if [ "$LOCALE_SUPPORT" != none ]; then
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po \
config/catalog-translations
fi
} }
case $PROJECT in case $PROJECT in
@ -822,8 +828,6 @@ case $PROJECT in
;; ;;
esac esac
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;; ;;
esac esac
;; ;;
@ -856,8 +860,6 @@ case $PROJECT in
STANDARD_TASKS=edubuntu-desktop-gnome STANDARD_TASKS=edubuntu-desktop-gnome
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS=generic
do_layered_desktop_image do_layered_desktop_image
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;; ;;
ubuntucinnamon) ubuntucinnamon)
@ -867,8 +869,6 @@ case $PROJECT in
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop." MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS=generic
do_layered_desktop_image do_layered_desktop_image
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;; ;;
lubuntu|ubuntu-unity) lubuntu|ubuntu-unity)
@ -882,8 +882,6 @@ case $PROJECT in
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop." MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS=generic
do_layered_desktop_image do_layered_desktop_image
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;; ;;
xubuntu) xubuntu)
@ -899,8 +897,6 @@ case $PROJECT in
;; ;;
esac esac
do_layered_desktop_image do_layered_desktop_image
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;; ;;
ubuntu-budgie) ubuntu-budgie)
@ -912,8 +908,6 @@ case $PROJECT in
LANGUAGE_BASE=desktop LANGUAGE_BASE=desktop
KERNEL_FLAVOURS='generic-hwe-24.04' KERNEL_FLAVOURS='generic-hwe-24.04'
do_layered_desktop_image do_layered_desktop_image
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;; ;;
ubuntu-mate) ubuntu-mate)
@ -924,8 +918,6 @@ case $PROJECT in
MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop." MINIMAL_DESC="A minimal installation of the $UCFLAVOUR Desktop."
KERNEL_FLAVOURS=generic KERNEL_FLAVOURS=generic
do_layered_desktop_image do_layered_desktop_image
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;; ;;
ubuntustudio-dvd) ubuntustudio-dvd)
@ -935,8 +927,6 @@ case $PROJECT in
LIVE_TASK=ubuntustudio-dvd-live LIVE_TASK=ubuntustudio-dvd-live
KERNEL_FLAVOURS=lowlatency KERNEL_FLAVOURS=lowlatency
do_layered_desktop_image do_layered_desktop_image
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;; ;;
ubuntu-server) ubuntu-server)

Loading…
Cancel
Save