Sfoglia il codice sorgente

Remove triple K replacement from name function.

scossu 1 anno fa
parent
commit
d9fc3b617d
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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: