Skip to content

Commit

Permalink
fix(translation): remove 萨德 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Jul 10, 2023
1 parent 7d68b0d commit 6062183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ def func(match: re.Match) -> str:
"凯缇(?!尔|斯)",
"(?<!莱茵哈鲁)缇碧(?!翠)",
"艾尔莎(?!幕)",
"(?<!艾尔)萨德(?!拉|兰)",
"梅尔蒂(?!典)",
"弗雷德(?!莉卡)",
"(?<!丢)芙拉姆",
Expand Down Expand Up @@ -629,6 +628,7 @@ def func(match: re.Match) -> str:
"格林(?!德)",
"(?<!攻|利|摩)柯蕾特",
"(?<!多萝西|艾米莉|约书|贝|卡秋)亚齐",
"(?<!艾尔)萨德(?!拉|兰)",
]
# endregion

Expand Down

0 comments on commit 6062183

Please sign in to comment.