diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 5e57b4f..65e71c6 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -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() {