2023-04-10 23:19:12 +08:00

7 lines
148 B
Bash

if [ -f ${BOOTLOADER_PATH}/.locale ]; then
export LANG="`cat ${BOOTLOADER_PATH}/.locale`"
fi
alias TEXT='gettext "arpl"'
shopt -s expand_aliases