We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d8411 commit d35ef33Copy full SHA for d35ef33
sc2reader/resources.py
@@ -792,7 +792,7 @@ def load_translations(self):
792
793
sheets = list()
794
for depot_file in files:
795
- sheets.append(self.factory.load_localization(depot_file))
+ sheets.append(self.factory.load_localization(depot_file, **self.opt))
796
797
translation = dict()
798
for uid, (sheet, item) in self.id_map.items():
0 commit comments