mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
7 lines
147 B
Bash
Executable File
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
|