dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.08k stars 1.17k forks source link

Localization issue about scroll bar context menu in Simplified Chinese #4367

Closed kingcean closed 3 years ago

kingcean commented 3 years ago
Menu item Current implementation Expected
Scroll here 滚动至此 滚动至此
Top Top 顶部
Bottom 底部
Page Up Page Up 向上翻页
Page Down Page Down 向下翻页
Scroll Up 向上滚动 向上滚动
Scroll Down 向下滚动 向下滚动

Actual behavior:

Following sample targets .NET Core App 3.1 which is incorrect.

Screenshot1

Expected behavior:

Following sample targets .NET Framework 4.6 which is correct.

Screenshot2

Minimal repro:

  1. Create a WPF project.
  2. Insert a ScrollViewer.
  3. Run and right click on the scroll bar.

Required Simplified Chinese environment.

ryalanms commented 3 years ago

@cristianosuzuki77: Could you take a look at this one? Thanks.

iamartyom commented 3 years ago

I added fix for this in #4407 pr. Please check.