mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
add gettext call for i18n
This commit is contained in:
parent
1aa0b35f7f
commit
c4ad9a483d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
if [ ! -r "$HOME/.byobu/disable-autolaunch" ]; then
|
||||
if printf "$TERM" | grep -qs "screen"; then
|
||||
printf "Do you want to launch byobu in a nested session? [y/N]: "
|
||||
printf "$(gettext 'Do you want to launch byobu in a nested session?') [y/N]: "
|
||||
answer=$(head -n1)
|
||||
if [ "$answer" = "y" ] || [ "$answer" = "Y" ]; then
|
||||
exec /usr/bin/byobu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue