diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-16 21:03:25 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-16 21:03:25 -0700 |
| commit | df87d043d485d0e4282e57679c133c3c71a837bf (patch) | |
| tree | 1a6c34b10105df43ecf9056b07426c2ae8b7d479 /constants.py | |
| parent | 2a87b5d4961cb6275eb78737d5cbc35d6b0e45cc (diff) | |
feat: add option to append translation to post data
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
