add ita to heuristic BJNFNE script

This commit is contained in:
Benjamin Funke 2025-03-24 09:24:32 +01:00
commit 2d1cb02f13

View file

@ -33,6 +33,7 @@ function main() {
{ ext: ["all"], type: "format", name: "German text (Allemand)", bin: true },
{ ext: ["ang"], type: "format", name: "English text (Anglais)", bin: true },
{ ext: ["esp"], type: "format", name: "Spanish text (Espagnol)", bin: true },
{ ext: ["ita"], type: "format", name: "Italian text", bin: true },
{ ext: ["fnt", "let"], type: "format", name: "Font", bin: true },
{ ext: ["snd"], type: "format", name: "Sound file", bin: true },
{ ext: ["ani"], type: "format", name: "Animation file", bin: true },