Skip to content

Commit

Permalink
Add support for Chinese HK locale
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Jun 28, 2024
1 parent df044ee commit 08900de
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Bloxstrap/Locale.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ internal static class Locale
{ "bn", "বাংলা" },
{ "bs", "Босански" },
{ "bg", "Български" },
{ "zh-CN", "中文(简体)" },
{ "zh-TW", "中文(繁體)" },
{ "zh-CN", "中文 (简体)" },
{ "zh-HK", "中文 (廣東話)" },
{ "zh-TW", "中文 (繁體)" },
{ "cs", "Čeština" },
// { "dk", "Dansk" },
{ "nl", "Nederlands" },
Expand Down
14 changes: 12 additions & 2 deletions Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 08900de

Please sign in to comment.