From e5dc67404064b660bcac2f0095e99e33c27e2fe1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 2 Sep 2024 21:18:14 +0200 Subject: [PATCH] locale --- spcd/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) 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() {