From e3acca45db55e8025fbce5c0b433915a1034d501 Mon Sep 17 00:00:00 2001 From: Wofsauge Date: Sun, 9 Feb 2025 23:50:49 +0100 Subject: [PATCH] Fixed localization CI --- .github/scripts/localizationChecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/localizationChecker.py b/.github/scripts/localizationChecker.py index 973d91c3..8be09a12 100644 --- a/.github/scripts/localizationChecker.py +++ b/.github/scripts/localizationChecker.py @@ -55,7 +55,7 @@ def addUpdatedTables(languageCode, dlc): # Add language table lua.execute('EID.descriptions["'+languageCode+'"] = {}') # Add all tables that are assumed to exist already in ab+ - updatedTables = ["collectibles", "trinkets"] + updatedTables = ["collectibles", "trinkets", "ConditionalDescs"] if dlc == "rep": updatedTables += ["cards", "pills", "carBattery", "BFFSSynergies", "CharacterInfo", "ConditionalDescs", "VoidNames", "custom"] if dlc == "rep+":