From 5edfa8676b5215c80ede843775f290d444fbfb8e Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Thu, 25 Jul 2024 09:13:19 +0200
Subject: [PATCH] =?UTF-8?q?feat:=20add=20traditional=20variant=20for=20?=
 =?UTF-8?q?=E8=B2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #30
---
 build/gen-hanzi-data/traditional-overrides.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/gen-hanzi-data/traditional-overrides.ts b/build/gen-hanzi-data/traditional-overrides.ts
index 13ac57b..ae613fb 100644
--- a/build/gen-hanzi-data/traditional-overrides.ts
+++ b/build/gen-hanzi-data/traditional-overrides.ts
@@ -210,7 +210,8 @@ function addGrassPatches (acc: Map<string, TradStrokePatch>): void {
   const withThreeNobodyRight = [
     { hanzi: '漠', from: 3 },
     { hanzi: '模', from: 4 },
-    { hanzi: '膜', from: 4 }
+    { hanzi: '膜', from: 4 },
+    { hanzi: '貘', from: 7 }
   ]
   const fourNobodyRight: TradStrokePatchReplacement = {
     ...animDataSlice(
-- 
GitLab