Add support for Chinese HK locale

This commit is contained in:
pizzaboxer 2024-06-28 19:47:22 +04:00
parent df044eef5f
commit 08900de756
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
2 changed files with 15 additions and 4 deletions

View File

@ -15,8 +15,9 @@ namespace Bloxstrap
{ "bn", "বাংলা" },
{ "bs", "Босански" },
{ "bg", "Български" },
{ "zh-CN", "中文(简体)" },
{ "zh-TW", "中文(繁體)" },
{ "zh-CN", "中文 (简体)" },
{ "zh-HK", "中文 (廣東話)" },
{ "zh-TW", "中文 (繁體)" },
{ "cs", "Čeština" },
// { "dk", "Dansk" },
{ "nl", "Nederlands" },

View File

@ -494,7 +494,7 @@
<TextBlock Text="bacon1295" />
<TextBlock Text="NightPlay" />
<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>
@ -507,7 +507,17 @@
<TextBlock Text="Typel" />
<TextBlock Text="yuhaodatt" />
<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>
</TextBlock>
<TextBlock Text="henrychu1125" />
<TextBlock Text="kitzure" />
<TextBlock Text="Kimina898" />
<TextBlock Text="shhh_op" />
<TextBlock Text="中文 (繁體)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
<TextBlock.Foreground>
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
</TextBlock.Foreground>