fix: fix the issue of Ukrainian abbreviation errors causing it to not work on Win7.
This commit is contained in:
parent
53540e679b
commit
f83dbafe7a
@ -1,5 +1,5 @@
|
|||||||
<ResourceDictionary
|
<ResourceDictionary
|
||||||
x:Class="Semi.Avalonia.Locale.uk_uk"
|
x:Class="Semi.Avalonia.Locale.uk_ua"
|
||||||
xmlns="https://github.com/avaloniaui"
|
xmlns="https://github.com/avaloniaui"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
<!-- DatePicker -->
|
<!-- DatePicker -->
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Semi.Avalonia.Locale;
|
namespace Semi.Avalonia.Locale;
|
||||||
|
|
||||||
public class uk_uk : ResourceDictionary
|
public class uk_ua : ResourceDictionary
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
@ -20,7 +20,7 @@ public class SemiTheme : Styles
|
|||||||
{ new CultureInfo("zh-cn"), new zh_cn() },
|
{ new CultureInfo("zh-cn"), new zh_cn() },
|
||||||
{ new CultureInfo("en-us"), new en_us() },
|
{ new CultureInfo("en-us"), new en_us() },
|
||||||
{ new CultureInfo("ja-jp"), new ja_jp() },
|
{ new CultureInfo("ja-jp"), new ja_jp() },
|
||||||
{ new CultureInfo("uk-uk"), new uk_uk() },
|
{ new CultureInfo("uk-ua"), new uk_ua() },
|
||||||
{ new CultureInfo("ru-ru"), new ru_ru() },
|
{ new CultureInfo("ru-ru"), new ru_ru() },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user