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
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:
parent
b4f68f3e35
commit
e5dc674040
1 changed files with 3 additions and 0 deletions
|
@ -390,6 +390,7 @@ spcd_txt_get() {
|
||||||
|
|
||||||
spcd_txt_locale() {
|
spcd_txt_locale() {
|
||||||
local value name
|
local value name
|
||||||
|
locale
|
||||||
if [ -n "${1}" ]; then
|
if [ -n "${1}" ]; then
|
||||||
value="${1}"
|
value="${1}"
|
||||||
else
|
else
|
||||||
|
@ -413,6 +414,8 @@ spcd_txt_locale() {
|
||||||
for name in "${@}"; do
|
for name in "${@}"; do
|
||||||
export "${name}=${value}"
|
export "${name}=${value}"
|
||||||
done
|
done
|
||||||
|
spcd_split
|
||||||
|
locale
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_txt_locales() {
|
spcd_txt_locales() {
|
||||||
|
|
Loading…
Reference in a new issue