portable languages

This commit is contained in:
mdipierro
2012-10-22 22:21:11 -05:00
parent 9e897dcc46
commit 752bb7e048
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -998,7 +998,7 @@ def design():
statics.sort()
# Get all languages
langpath = os.path.join(apath(app, r=request),'language')
langpath = os.path.join(apath(app, r=request),'languages')
languages = dict([(lang, info) for lang, info
in read_possible_languages(langpath).iteritems()
if info[2] != 0]) # info[2] is langfile_mtime: