# This script, fetches SeTlocales from # to https://github.com/DidierSpaier/build_ISO/blob/main/misc/SeTlocales # in case a new locale needs to be added, inform the maintainer of this repository # The script installer-translatons.SlackBuild should be run for every translation update in: # https://github.com/DidierSpaier/slint-translations # Then run the script installer-translatons.SlackBuild and put it into place typing: pkgname=$(find . -name "*txz"|sed "s/-[^-]*-[^-]*-[^-]*$//;s/..//") rm -f ../../slint/installer/${pkgname}* mv ${pkgname}*txz ../../slint/installer # Or just type: sh README