sedwards2009 / extraterm

The swiss army chainsaw of terminal emulators
https://extraterm.org
MIT License
2.51k stars 116 forks source link

Set LANG derived from user's locale on macOS #351

Closed yoichi closed 3 years ago

yoichi commented 3 years ago

Solves https://github.com/sedwards2009/extraterm/issues/350

sedwards2009 commented 3 years ago

Do you if Extraterm get a valid LANG env variable when it is started? Maybe it is possible to just pass through that value to new shells.

yoichi commented 3 years ago

Do you if Extraterm get a valid LANG env variable when it is started? Maybe it is possible to just pass through that value to new shells.

Thanks for the feedback. I think it should preserve LANG if there is already. I've changed it in 65f7eeb accordingly.

sedwards2009 commented 3 years ago

thanks.