👍️[Update] Model : オーバーレイについて表記を修正

This commit is contained in:
misyaguziya
2024-04-17 11:02:51 +09:00
parent 77f76514c4
commit 192b48accc
4 changed files with 22 additions and 21 deletions

View File

@@ -563,7 +563,7 @@ class Model:
your_language = config.TARGET_LANGUAGE
target_language = config.SOURCE_LANGUAGE
ui_type = config.OVERLAY_UI_TYPE
return self.overlay_image.create_overlay_image_short(message, your_language, translation, target_language, ui_type)
return self.overlay_image.createOverlayImageShort(message, your_language, translation, target_language, ui_type)
def createOverlayImageLong(self, message_type, message, translation):
your_language = config.TARGET_LANGUAGE if message_type == "receive" else config.SOURCE_LANGUAGE