From 08900de7562181d0f9a70586522920b7be0fb7d6 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Fri, 28 Jun 2024 19:47:22 +0400 Subject: [PATCH] Add support for Chinese HK locale --- Bloxstrap/Locale.cs | 5 +++-- Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Bloxstrap/Locale.cs b/Bloxstrap/Locale.cs index 324ccfe..0d46530 100644 --- a/Bloxstrap/Locale.cs +++ b/Bloxstrap/Locale.cs @@ -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" }, diff --git a/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml index 2dd77f8..88ddcf2 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml @@ -494,7 +494,7 @@ - + @@ -507,7 +507,17 @@ - + + + + + + + + + + +