mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-18 23:46:36 +08:00
feat: make sure locale dictionary is linked to class.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||||
|
x:Class="Semi.Avalonia.Locale.en_us"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
<!-- DatePicker -->
|
<!-- DatePicker -->
|
||||||
<x:String x:Key="STRING_DATEPICKER_DAY_TEXT">day</x:String>
|
<x:String x:Key="STRING_DATEPICKER_DAY_TEXT">day</x:String>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||||
|
x:Class="Semi.Avalonia.Locale.zh_cn"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
<!-- DatePicker -->
|
<!-- DatePicker -->
|
||||||
<x:String x:Key="STRING_DATEPICKER_DAY_TEXT">日</x:String>
|
<x:String x:Key="STRING_DATEPICKER_DAY_TEXT">日</x:String>
|
||||||
|
|||||||
Reference in New Issue
Block a user