From df87d043d485d0e4282e57679c133c3c71a837bf Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 16 Apr 2025 21:03:25 -0700 Subject: feat: add option to append translation to post data --- constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 6d13daf..50f9166 100644 --- a/constants.py +++ b/constants.py @@ -12,6 +12,8 @@ MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/" MAIMAIDX_INTL_NEWS_SITE="https://maimai.sega.com/download/" ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/" +ADD_EN_TRANSLATION=True # Only takes effect if an API key is provided in .env + class CHUNITHM_VERSION(Enum): LUMINOUS_PLUS = 1 VERSE = 2 -- cgit v1.2.3