From e18da47917f2bfb01755336eeb2c2b72e78b4a12 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sat, 15 Mar 2025 12:07:57 +0000 Subject: [PATCH] update zh-hk translation --- Bloxstrap/Locale.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/Locale.cs b/Bloxstrap/Locale.cs index ced6408..5217eea 100644 --- a/Bloxstrap/Locale.cs +++ b/Bloxstrap/Locale.cs @@ -71,7 +71,7 @@ namespace Bloxstrap { "vi", "Tiếng Việt" }, // Vietnamese { "zh-CN", "中文 (简体)" }, // Chinese Simplified #if QA_BUILD - { "zh-HK", "中文 (廣東話)" }, // Chinese Traditional, Hong Kong + { "zh-HK", "中文 (香港)" }, // Chinese Traditional, Hong Kong #endif { "zh-TW", "中文 (繁體)" } // Chinese Traditional };