immense / Remotely

A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
GNU General Public License v3.0
4.44k stars 1.61k forks source link

Translatation of Agent.Installer.Win and Desktop.Win #238

Open DJSAKUGA opened 3 years ago

DJSAKUGA commented 3 years ago

Hi and thanks for this awesome software! I'm italian and I want to translate some text inside the Agent.Installer.Win like "Modify the Remotely installation.", but I can't find anything inside the "MainWindow.xaml". Same thing for "Do IT Remotely", inside the Desktop.Win Client.

How can I translate these ones?

Many thanks again, have a nice day!

stelas commented 3 years ago

Currently all strings are hard-coded in XAML and CS files. Your given example can be found here. Easiest way to add localization seems to be using resource files for different languages...

bitbound commented 3 years ago

Commented about this here: https://github.com/lucent-sea/Remotely/discussions/223#discussioncomment-656356

Short version: Yes, it's possible to add localization. But I have a handful of features that take priority first, and I don't have a lot of time to work on them. This will be considered when those are completed, but it probably won't be for several months.