From f258347587c81d4a98459e91587120a94c6b6606 Mon Sep 17 00:00:00 2001 From: SoSIE Date: Fri, 13 Aug 2021 10:01:32 +0200 Subject: [PATCH] v2 --- syncplay/messages2ass.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/syncplay/messages2ass.py b/syncplay/messages2ass.py index 801791f..2eb4b5f 100644 --- a/syncplay/messages2ass.py +++ b/syncplay/messages2ass.py @@ -23,8 +23,9 @@ io = Ass() #Will use aegisub template Untitled.ass as basis instead of "in.ass" io.set_output(ass_message_file) meta, styles, lines = io.get_data() -#include by string the messages file to convert to ass -# name=messages_. +#include by string name "module.class" +#We need to include the messages_.py file to convert to ass +#thus name is messages_. #as lang is 'en', it will include message_en.py a dictionary of English messages for the syncplay gui # https://raw.githubusercontent.com/Syncplay/syncplay/master/syncplay/messages_en.py #equivalent to messages=messages_en.en