# shellcheck shell=dash

___x_cmd_locale_la(){
    if ___x_cmd hascmd locale; then
        command locale -a
    else
        # /usr/share/i18n/charmaps
        # or download from website
        :

        locale:info "locale command not found."
        return 1
    fi
}

