locale
Some checks failed
/ arch (push) Successful in 2m49s
/ alpine (push) Failing after 10s
/ fedora (push) Successful in 11m19s
/ opensuse (push) Successful in 3m30s
/ alma (push) Successful in 12m39s
/ rocky (push) Successful in 13m9s
/ ubuntu (push) Successful in 6m27s
/ debian (push) Failing after 3m15s

This commit is contained in:
Marc Beninca 2024-09-02 21:18:14 +02:00
parent b4f68f3e35
commit e5dc674040
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -390,6 +390,7 @@ spcd_txt_get() {
spcd_txt_locale() {
local value name
locale
if [ -n "${1}" ]; then
value="${1}"
else
@ -413,6 +414,8 @@ spcd_txt_locale() {
for name in "${@}"; do
export "${name}=${value}"
done
spcd_split
locale
}
spcd_txt_locales() {