GrampsLocale: Add explanatory comment

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

svn: r22038
This commit is contained in:
John Ralls 2013-04-20 23:10:06 +00:00
parent a579fd1ad9
commit 2e453b678a

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()