M2TeamArchived / NSudo

[Deprecated, work in progress alternative: https://github.com/M2Team/NanaRun] Series of System Administration Tools
https://nsudo.m2team.org/
Other
1.96k stars 224 forks source link

GUI doesn't start in operating systems language #66

Open uDEV2019 opened 3 years ago

uDEV2019 commented 3 years ago

If i start NSudo v8.2 under a german version of Windows 10 (21H1) then it starts with english GUI. Maybe it has something to do with: https://github.com/M2Team/NSudo/issues/56

Probably a setting or switch would be nice to have, if people want to use NSudo in english instead of the operating systems language.

MouriNaruto commented 3 years ago

I am sorry about that. It's my fault because I haven't add the language include list for German. https://github.com/M2Team/NSudo/blob/101051684c43edce12273c893430bc4fc3cb2a40/Source/Native/NSudoLauncher/NSudoLauncherCUI.cpp#L745

MouriNaruto commented 3 years ago

Probably a setting or switch would be nice to have, if people want to use NSudo in english instead of the operating systems language.

It looks I need to make some feature addition for that. (What about the command line switch?)

uDEV2019 commented 3 years ago

Nothing for one would have to apologize for. For me it isn't absolutely necessary, so you can add it in next release.

Probably a setting or switch would be nice to have, if people want to use NSudo in english instead of the operating systems language.

It looks I need to make some feature addition for that. (What about the command line switch?)

Commandline switch would be a option for sure.

MouriNaruto commented 3 years ago

I will fix the issue in NSudo 9.0 Preview 1 and make that release as soon as possible. (Because I have switch the version to that after the 8.2 release.)

NSudo 9.0 is a huge feature update. It will introduce the environment configuration file based on TOML and context plugin for preprocess and postprocess in the environment creation. For helping the users to create the NSudo context plugin, NSudo 9.0 will introduce a useful plugin as example. (It's a plugin for system optimization.)

So, I will release several preview versions for NSudo 9.0. The preview 1 will add the features I mentioned.

Commandline switch would be a option for sure.

I will add it in NSudo 9.0 Preview 1.

MouriNaruto commented 3 years ago

NSudo_Launcher_9.0_Prepreview_1x64(try to fix issue #66).zip

I have compiled the x64 version of NSudo Launcher just now. I hope this issue will be fixed.

MouriNaruto commented 3 years ago

The issue had been fixed in the local repo in NSudo.

MouriNaruto commented 3 years ago

I reopened the issue because I need to add the command line switch for language change.

MouriNaruto commented 3 years ago

I think you can try NSudo 9.0 Preview 1.

https://github.com/M2Team/NSudo/releases/tag/9.0-Preview1

I think the issue is fixed.

uDEV2019 commented 3 years ago

App starts in german. It looks good so.

The command line switch is not implemented yet?!

MouriNaruto commented 3 years ago

The command line switch is not implemented yet?!

I need to implement the environment configuration before adding that switch, because I need to redesign the NSudo Launcher instead of fixing. So that feature should be seen in Preview 2.

I am sorry about that.

uDEV2019 commented 3 years ago

No apology necessary. When it's done, it's done.