mirror of
https://github.com/RROrg/rr.git
synced 2025-08-11 15:17:20 +08:00
7 lines
148 B
Bash
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 |