mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 16:41:36 -07:00
Add support for Chinese HK locale
This commit is contained in:
parent
df044eef5f
commit
08900de756
@ -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" },
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user