locale/language
Some checks failed
/ arch (push) Successful in 2m44s
/ alpine (push) Successful in 1m45s
/ fedora (push) Successful in 12m51s
/ opensuse (push) Successful in 3m43s
/ alma (push) Successful in 13m6s
/ rocky (push) Successful in 12m19s
/ ubuntu (push) Successful in 6m29s
/ debian (push) Failing after 3m25s

This commit is contained in:
Marc Beninca 2024-09-04 15:29:43 +02:00
parent aac5e65650
commit 5d9100a39b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -909,7 +909,7 @@ spcd_txt_locale() {
if [ "${name}" != "LANGUAGE" ]; then if [ "${name}" != "LANGUAGE" ]; then
export "${name}=${long}" export "${name}=${long}"
else else
export "${name}=${locale}" export "${name}=$(spcd_txt_locales language "${chosen}")"
fi fi
done done
spcd_split spcd_split