Browse Source

Remove triple K replacement from name function.

scossu 1 năm trước cách đây
mục cha
commit
d9fc3b617d
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      scriptshifter/hooks/korean/romanizer.py

+ 0 - 2
scriptshifter/hooks/korean/romanizer.py

@@ -171,8 +171,6 @@ def _romanize_names(src):
                 rom_ls = rom.rsplit(" ", 1)
                 rom = ", ".join(rom_ls)
 
-            rom = rom.replace("kkk", "kk")
-
             return rom, warnings
 
         else: