diff --git a/make_scripts/download_translations.py b/make_scripts/download_translations.py index bad9196..b7ef735 100644 --- a/make_scripts/download_translations.py +++ b/make_scripts/download_translations.py @@ -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