Add Simplified Chinese language files - #128
Conversation
|
Initial checks Installer script requires zh-CN translations |
|
Thanks for taking a look and for building/testing it. I’ve pushed an update for the issues you pointed out. GoTo is now kept as “GoTo”, since it seems to work better as the command name here. The incorrect Side of Pier translations have been cleaned up, RA/Dec is now more consistently translated as 赤经/赤纬, and the installer script now has Simplified Chinese language support. I also left SkyWatcher untranslated, since that looks like the product/brand name. |
|
Thank you songshugong for the work you've done. I'll release a new beta soon. Thanks Andy for the review, I probably would have missed most of what you found! --Rob |
Summary
Adds Simplified Chinese (
zh-CN) language support for GSS.Changes
zh-CNlanguage resource files for GS Server, GS ChartViewer, and GS Utilities.zh-CNin the supported language list.zh-CNfiles in the shared project output./zhand/chinesecommand-line language switches for GS Server.Validation
xmllint --noouton all three new XAML files andGS.Shared.csproj.zh-CNresource keys match the correspondingen-USresource keys:GSServer: 728/728 keysGSChart: 22/22 keysGSUtil: 42/42 keysgit diff --check.Full solution build was attempted with
dotnet build GSSolution.sln --no-restore, but this macOS environment does not have the Windows/.NET Framework 4.8.1 targeting pack or Visual Studio C++ targets required by the project.