From e10342c36b8e6717cb4a4238d84b88a8e55a8321 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 16 Apr 2025 21:39:29 -0700 Subject: add en translation generation to all existing JPN games --- bemani/iidx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bemani') diff --git a/bemani/iidx.py b/bemani/iidx.py index 67e1085..c13e05f 100644 --- a/bemani/iidx.py +++ b/bemani/iidx.py @@ -3,7 +3,7 @@ from datetime import datetime from urllib.parse import urljoin import re -IIDX_KEY_TERMS = [ +KEY_TERMS_TL = [ ("クプロ", "QPro") ] -- cgit v1.2.3