Skip to content

Commit

Permalink
Fixed localization CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wofsauge committed Feb 9, 2025
1 parent 3f4ae57 commit e3acca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/localizationChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+":
Expand Down

0 comments on commit e3acca4

Please sign in to comment.