GrampsLocale: Add explanatory comment
After I stopped myself from fixing something that was done right! svn: r22038
This commit is contained in:
parent
a579fd1ad9
commit
2e453b678a
@ -814,6 +814,9 @@ class GrampsLocale(object):
|
|||||||
"""
|
"""
|
||||||
if not self.localedir:
|
if not self.localedir:
|
||||||
return None
|
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'):
|
if not hasattr(self, 'languages'):
|
||||||
self.languages = self.get_available_translations()
|
self.languages = self.get_available_translations()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user