From 3886edbc2efdbe3229089fee1e9a3009e830b524 Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Tue, 3 Feb 2026 20:18:11 +0700 Subject: [PATCH] Add detail on "No name duplication" rule Add detail written on VocaDB on the "No name duplication" rule. See https://github.com/VocaDB/vocadb/blob/main/VocaDbWeb/public/locales/en/ViewRes.json#L80 for reference. --- src/content/rules/no-name-duplication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/rules/no-name-duplication.mdx b/src/content/rules/no-name-duplication.mdx index 805b771..a96599e 100644 --- a/src/content/rules/no-name-duplication.mdx +++ b/src/content/rules/no-name-duplication.mdx @@ -26,7 +26,7 @@ import { Alert } from "@/components/ui/alert"; Do not duplicate names by copying one of the other existing names (to fill a missing name field). You can keep the name field empty in that case. -Empty name fields will be handled accordingly by the system. +Empty name fields will be handled accordingly by the system. For example, lacking a romanized name, the system will automatically use the English name. ## Examples