From 12722cf9ab02b7ea33f4268dd51dc92ddeefe54a Mon Sep 17 00:00:00 2001
From: Yuchen <116278150+Yuchenjimmy@users.noreply.github.com>
Date: Sat, 18 Jan 2025 13:43:02 +0800
Subject: [PATCH] Update Traditional Chinese Translations and Add LOC Entries.
---
changelog/snippets/other.6618.md | 65 ++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
create mode 100644 changelog/snippets/other.6618.md
diff --git a/changelog/snippets/other.6618.md b/changelog/snippets/other.6618.md
new file mode 100644
index 0000000000..2251093103
--- /dev/null
+++ b/changelog/snippets/other.6618.md
@@ -0,0 +1,65 @@
+- (#6618) Add missing localization entries and update Traditional Chinese translations.
+
+ [Unit creation dialog](/lua/ui/dialogs/createunit.lua):
+
+ - Add LOC entries for the following 24 options:
+
+ ```
+ Debug Options
+ Spawn menu mode:
+ Unit spawn
+ Template spawn
+ Prop spawn
+ Unit spawn settings:
+ Spawn structure tarmacs
+ Spawn mesh entites instead of units
+ Clear spawned entity meshes
+ Position camera for build icon on spawn"
+ Ignore terrain blocking (disables preview)
+ Show raised platforms
+ Unit spawn filter settings:
+ Include build-menu filters
+ Include visibility filters
+ Include source filters
+ Split core game source filter
+ Filter Type by motion type
+ Filter Type by category
+ Display settings:
+ Show item icons
+ Army focus cell minimum width:
+ Dialogue transparency:
+ Show text input instead of sliders
+ ```
+
+
+
+ [Lobby](/lua/ui/lobby/lobby.lua):
+
+ - Add LOC entriy for the following option:
+
+ `Briefing`
+
+ [Game Options](/lua/options/options.lua):
+
+ - Seperate shared LOC entries for the following 5 options:
+
+ ```
+ Steal from other control groups
+ Double tap control group decay (in ms)
+ Assist to upgrade mass extractors
+ Assist to upgrade radars
+ Assist to cap end game artillery with power
+ ```
+
+
+
+ - Add LOC entries for the following 4 options:
+
+ ```
+ Building
+ Misc
+ Casting tools
+ Extended graphics
+ ```
+
+