diff --git a/Localize.py b/Localize.py index 3919a6d..6d40836 100644 --- a/Localize.py +++ b/Localize.py @@ -60,7 +60,8 @@ def setLocale(locale, force = False): sDir = '' d = os.path.join(mDir, version) - if (not os.path.isdir(d)) and getSetting('findSimilarVer'): + ld = os.path.join(d, locale) + if (not os.path.isdir(ld)) and getSetting('findSimilarVer'): sDir = findSimilarVer() if not sDir: return