[r22038]GrampsLocale: Add explanatory comment

After I stopped myself from fixing something that was done right!

svn: r22055
This commit is contained in:
John Ralls 2013-04-20 23:24:05 +00:00
parent 821bf3b740
commit f657238034

View File

@ -814,6 +814,9 @@ class GrampsLocale(object):
"""
if not self.localedir:
return None
#Note that this isn't a typo for self.language; self.languages
#is cached so we don't have to query the file system every
#time this function is called.
if not hasattr(self, 'languages'):
self.languages = self.get_available_translations()