Skip to content

Commit

Permalink
Fix one more variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Oct 13, 2024
1 parent 7405119 commit 4e955ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptshifter/hooks/chinese/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ def person_name_pre_assembly(ctx):
ctx.dest_ls[1] = ctx.dest_ls[1].strip()
if ctx.dest_ls[2][0] in "aeiou":
ctx.dest_ls[1] += "'"
ctx.dest_ls[1] += ctx_ls[2]
ctx.dest_ls[1] += ctx.dest_ls[2]
del(ctx.dest_ls[2])

0 comments on commit 4e955ca

Please sign in to comment.