spun off the translation into its own thing that works with anything

This commit is contained in:
WhatDidYouExpect 2025-07-06 21:06:04 +02:00
parent cd6ce96b36
commit b89390e713
18 changed files with 248 additions and 80 deletions

View file

@ -1,6 +1,6 @@
import re
from modules.globalvars import *
from modules.translations import _
from modules.volta.main import _
import spacy
from spacy.tokens import Doc