Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/rules/no-name-duplication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down