trzsz / trzsz-ssh

trzsz-ssh ( tssh ) is an ssh client designed as a drop-in replacement for the openssh client. It aims to provide complete compatibility with openssh, mirroring all its features, while also offering additional useful features. Such as login prompt, batch login, remember password, automated interaction, trzsz, zmodem(rz/sz), udp mode like mosh, etc.
https://trzsz.github.io/ssh
MIT License
1.66k stars 98 forks source link

Additional Language #78

Closed well-it-wasnt-me closed 7 months ago

well-it-wasnt-me commented 8 months ago

Ever thought of having a lang file in order to translate this application ? is a very nice work !

lonnywong commented 8 months ago

It’s all written in English except tssh --new-host. What language do you want to translate it into?

I think tssh --new-host is not a commonly used tool. It is just a tool written for new users in Chinese. It is recommended that users edit the ssh config themselves.

lonnywong commented 8 months ago

Oh, if there is no ~/.ssh/config file or it’s empty, it will automatically switch to tssh --new-host. We can check the current system language and change it to English by default, or let the user choose a language manually on tssh --new-host startup.

lonnywong commented 7 months ago

done