2023-10-24 04:06:02 +00:00

7 lines
147 B
Bash
Executable File

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