feat: make sure locale dictionary is linked to class.

(cherry picked from commit 8ad89d094e7fb2eabd280e43cee21cdf85fbd2cf)
This commit is contained in:
rabbitism 2024-08-02 23:13:36 +08:00
parent 2a363edeee
commit c8acf08936
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui"
x:Class="Semi.Avalonia.Locale.en_us"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- TextBox/SelectableTextBox flyout -->
<x:String x:Key="STRING_MENU_CUT">Cut</x:String>

View File

@ -1,4 +1,5 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui"
x:Class="Semi.Avalonia.Locale.zh_cn"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- TextBox/SelectableTextBox flyout -->
<x:String x:Key="STRING_MENU_CUT">剪切</x:String>