portable languages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user