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
Localization support was psuedo-dropped for 2.0 due to time purposes. Users can always create their own UI, of course, but our built-in UIs should support localization. It would also be nice if localization was supported via the core NetSparkle DLL rather than being in the UI factories. (Is that possible?)
Investigate whether moving all UI localization to the core NetSparkle is possible in a way that is .NET Framework and .NET Core compatible. We already have a Resources.resx there, so surely it should be possible?
Move all localized strings to core NetSparkle
Update strings based on new 2.0+ usage
Update built-in UIs to use the new localization strings
Localization support was psuedo-dropped for 2.0 due to time purposes. Users can always create their own UI, of course, but our built-in UIs should support localization. It would also be nice if localization was supported via the core NetSparkle DLL rather than being in the UI factories. (Is that possible?)
JA
is listed in thecsproj
for embedded resourcesThe text was updated successfully, but these errors were encountered: