xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.42k stars 507 forks source link

Chinese and Polish translations for templates haven't been updated in a long time #20717

Open rolfbjarne opened 2 weeks ago

rolfbjarne commented 2 weeks ago

Over two years ago we replaced ".NET 6" in template descriptions to ".NET":

c4879f514207eb9005199a05ee3029abb4b47cae

Yet the Polish and Chinese translations haven't been updated:

$ git grep "NET 6"
Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu iOS",
Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 iOS 應用程式的專案",
Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu iOS",
Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 iOS 應用程式的專案",
Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu iOS",
Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 iOS 應用程式的專案",
Microsoft.iOS.Templates/iosbinding/csharp/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia biblioteki powiązań platformy .NET 6 dla systemu iOS"
Microsoft.iOS.Templates/iosbinding/csharp/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 iOS 繫結程式庫的專案"
Microsoft.iOS.Templates/ioslib/csharp/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia biblioteki klas platformy .NET 6 dla systemu iOS"
Microsoft.iOS.Templates/ioslib/csharp/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 iOS 類別庫的專案"
Microsoft.iOS.Templates/ioslib/visualbasic/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia biblioteki klas platformy .NET 6 dla systemu iOS"
Microsoft.iOS.Templates/ioslib/visualbasic/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 iOS 類別庫的專案"
Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu macOS",
Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 macOS 應用程式的專案",
Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu macOS",
Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 macOS 應用程式的專案",
Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia aplikacji tvOS platformy .NET 6",
Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 tvOS 應用程式的專案",
Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pl.json:  "description": "Projekt służący do tworzenia aplikacji tvOS platformy .NET 6",
Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json:  "description": "用於建立 .NET 6 tvOS 應用程式的專案",

Ref: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2078790