mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-17 02:31:28 -07:00
Fix latinized language name for Ukrainian
This commit is contained in:
parent
4106c3cb59
commit
767891a1e3
@ -44,7 +44,7 @@ namespace Bloxstrap
|
||||
{ "sv-SE", "Svenska" },
|
||||
{ "th", "ภาษาไทย" },
|
||||
{ "tr", "Türkçe" },
|
||||
{ "uk", "Yкраїньска" },
|
||||
{ "uk", "Українська" },
|
||||
{ "vi", "Tiếng Việt" },
|
||||
{ "zh-CN", "中文 (简体)" },
|
||||
{ "zh-HK", "中文 (廣東話)" },
|
||||
|
@ -382,7 +382,7 @@
|
||||
<TextBlock Text="siyamicik" />
|
||||
<TextBlock Text="ydboss" />
|
||||
|
||||
<TextBlock Text="Yкраїньска" 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>
|
||||
|
Loading…
Reference in New Issue
Block a user