Hello. I'm translating a game, and I tried:
extract text > edit "intl.txt" > compile text, and rename it to "newlanguage.dat " > move it to "Data" folder
And edit the setting language array in script editor:
LANGUAGES = [
["English", "english.dat"],
["New", "newlanguage.dat"]
And it...