language files are now searched recursively, thanks Vlad

This commit is contained in:
Massimo Di Pierro
2012-05-28 13:32:40 -05:00
parent 296e9f0d0e
commit 28f4d26630
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-05-28 13:31:22) dev
Version 2.00.0 (2012-05-28 13:32:22) dev
+2 -2
View File
@@ -272,8 +272,8 @@ class translator(object):
language = lang_sampling(match_language,
self.current_languages)
if language:
self.accepted_language = language
break
self.accepted_language = language
break
language = lang_sampling(match_language, possible_languages)
if language:
filename = os.path.join(self.folder,