Compare commits
No commits in common. "c64014d61704c4caa5b53f56b56ad59d71754ddc" and "389f8cc7374eeff1be2a76ee73f117199ee94fdf" have entirely different histories.
c64014d617
...
389f8cc737
1 changed files with 13 additions and 14 deletions
|
@ -921,21 +921,20 @@ spcd_txt_locale() {
|
|||
"show")
|
||||
local regex
|
||||
for name in "${@}"; do
|
||||
unset regex
|
||||
case "${name}" in
|
||||
# LC_CTYPE
|
||||
"LC_NUMERIC") regex="^\(decimal\|thousands\|grouping\)" ;;
|
||||
"LC_TIME") regex="^\(day\|mon\)" ;;
|
||||
# LC_COLLATE
|
||||
"LC_MONETARY") regex="^\(int_curr\|currency\|mon_\)" ;;
|
||||
"LC_MESSAGES") regex="^\(yes\|no\)" ;;
|
||||
"LC_PAPER") regex="^\(height\|width\)" ;;
|
||||
"LC_NAME") regex="^name_m" ;;
|
||||
"LC_ADDRESS") regex="^\(country\|lang\)_name" ;;
|
||||
"LC_TELEPHONE") regex="^int_" ;;
|
||||
"LC_MEASUREMENT") regex="^measurement=" ;;
|
||||
"LC_IDENTIFICATION") regex="^\(language\|territory\|title\)" ;;
|
||||
*) ;;
|
||||
# LC_CTYPE
|
||||
"LC_NUMERIC") regex="^\(decimal\|thousands\|grouping\)" ;;
|
||||
"LC_TIME") regex="^\(day\|mon\)" ;;
|
||||
# LC_COLLATE
|
||||
"LC_MONETARY") regex="^\(int_curr\|currency\|mon_\)" ;;
|
||||
"LC_MESSAGES") regex="^\(yes\|no\)" ;;
|
||||
"LC_PAPER") regex="^\(height\|width\)" ;;
|
||||
"LC_NAME") regex="^name_m" ;;
|
||||
"LC_ADDRESS") regex="^\(country\|lang\)_name" ;;
|
||||
"LC_TELEPHONE") regex="^int_" ;;
|
||||
"LC_MEASUREMENT") regex="^measurement=" ;;
|
||||
"LC_IDENTIFICATION") regex="^\(language\|territory\|title\)" ;;
|
||||
*) ;;
|
||||
esac
|
||||
spcd_split
|
||||
echo "${name}"
|
||||
|
|
Loading…
Reference in a new issue