NetSparkleUpdater/NetSparkle

Localization support

開放

#92 建立於 2020年4月26日

 (2 則留言) (0 個反應) (0 位負責人)C# (101 個分叉)auto 404
enhancementgood first issuehelp wantedlocalizationresearch

倉庫指標

星標
 (822 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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
  • Test and make sure everything works
  • Make sure date formats are setup properly or easily configurable for release notes (see #334)
  • Short term: Make sure JA is listed in the csproj for embedded resources

貢獻者指南