microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
864 stars 480 forks source link

Manually adding zh-CN and zh-TW to LanguagePolicy #6745

Closed tracyboehrer closed 5 months ago

tracyboehrer commented 5 months ago

minor

From IcM where the older zh-CN locale was specified in WebChat, and CultureInfo.GetCultures only has the newer (and standard) zh-hans- and zh-hants-.

This is for back-compat for existing Composer bots.

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 384371


Files with Coverage Reduction New Missed Lines %
/libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/ServiceCollectionExtensions.cs 1 93.55%
/libraries/Microsoft.Bot.Streaming/Payloads/StreamManager.cs 1 90.0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 384367: 0.04%
Covered Lines: 26190
Relevant Lines: 33398

💛 - Coveralls