mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Add support for Chinese HK locale
This commit is contained in:
parent
df044eef5f
commit
08900de756
@ -16,6 +16,7 @@ namespace Bloxstrap
|
|||||||
{ "bs", "Босански" },
|
{ "bs", "Босански" },
|
||||||
{ "bg", "Български" },
|
{ "bg", "Български" },
|
||||||
{ "zh-CN", "中文 (简体)" },
|
{ "zh-CN", "中文 (简体)" },
|
||||||
|
{ "zh-HK", "中文 (廣東話)" },
|
||||||
{ "zh-TW", "中文 (繁體)" },
|
{ "zh-TW", "中文 (繁體)" },
|
||||||
{ "cs", "Čeština" },
|
{ "cs", "Čeština" },
|
||||||
// { "dk", "Dansk" },
|
// { "dk", "Dansk" },
|
||||||
|
@ -507,6 +507,16 @@
|
|||||||
<TextBlock Text="Typel" />
|
<TextBlock Text="Typel" />
|
||||||
<TextBlock Text="yuhaodatt" />
|
<TextBlock Text="yuhaodatt" />
|
||||||
|
|
||||||
|
<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 Text="中文 (繁體)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user