musl_locpath
This commit is contained in:
parent
cf521c52d2
commit
b847d77ae3
1 changed files with 4 additions and 1 deletions
|
@ -931,7 +931,10 @@ spcd_txt_locales() {
|
|||
spcd_txt_locales "list"
|
||||
spcd_split
|
||||
case "${SPCD_PM}" in
|
||||
"${SPCD_PM_APK}") spcd_install_package "musl-locales" ;;
|
||||
"${SPCD_PM_APK}")
|
||||
spcd_install_package "musl-locales"
|
||||
export MUSL_LOCPATH="/usr/share/i18n/locales/musl"
|
||||
;;
|
||||
"${SPCD_PM_APT}")
|
||||
local text
|
||||
for name in "${@}"; do
|
||||
|
|
Loading…
Add table
Reference in a new issue