Fix latinized language name for Ukrainian

This commit is contained in:
pizzaboxer 2024-07-29 19:18:55 +01:00
parent 4106c3cb59
commit 767891a1e3
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ namespace Bloxstrap
{ "sv-SE", "Svenska" },
{ "th", "ภาษาไทย" },
{ "tr", "Türkçe" },
{ "uk", "раїньска" },
{ "uk", "Українська" },
{ "vi", "Tiếng Việt" },
{ "zh-CN", "中文 (简体)" },
{ "zh-HK", "中文 (廣東話)" },

View File

@ -382,7 +382,7 @@
<TextBlock Text="siyamicik" />
<TextBlock Text="ydboss" />
<TextBlock Text="раїньска" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
<TextBlock Text="Українська" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
<TextBlock.Foreground>
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
</TextBlock.Foreground>