init python: import re def replace_text(t): t = t.replace("CJ" , "James") t = t.replace("Anything you want" , "Anything you want changed or translated") return t config.replace_text = replace_text