This commit is contained in:
Believethehype
2023-11-21 14:22:34 +01:00
parent 645fff6284
commit 7abea2dbcd
8 changed files with 37 additions and 38 deletions

View File

@@ -16,7 +16,7 @@ Outputs: Text containing the Translation in the desired language.
class Translation(DVMTaskInterface):
NAME: str
NAME: str = ""
KIND: int = EventDefinitions.KIND_NIP90_TRANSLATE_TEXT
TASK: str = "translation"
COST: int = 0