You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/HandyWinget/Common/Helper.cs, line 314; "Name" string is hard coded, however, winget process does not always return "Name" as the header. Instead, its output depends on locale.
Same problems occur in functions for installing/uninstalling applications. Would this project be kind to support non-English locale? (This might be done by importing localization files from winget source code).
Thanks for your great work, I think substring with an additional translating function will be fine. I would like to try it when I'm done with my work at hand!
In src/HandyWinget/Common/Helper.cs, line 314; "Name" string is hard coded, however, winget process does not always return "Name" as the header. Instead, its output depends on locale.
The text was updated successfully, but these errors were encountered: