Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Nov 4, 2024
1 parent 9999d7d commit ef34c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_scripts/download_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class FirstCrowdinClient(CrowdinClient):
path = os.path.join(common_loc_path, filename)
if os.path.isdir(path):
continue
if any(x in filename for x in ["legendary", "nile"]):
if any(x in filename for x in ["legendary", "gog-oss", "nile"]):
if "nile" in filename:
shutil.copy(path, pj(src_path, "Localization"))
continue
Expand Down

0 comments on commit ef34c17

Please sign in to comment.