137
137
:param base: plugins can specify their own local directory
143
143
return os.path.join(base, u'locale')
147
147
dirpath = os.path.realpath(os.path.join(base, u'locale'))
148
148
if os.path.exists(dirpath):
150
return os.path.join(unicode(sys.prefix, fs_enc), u"share", u"locale")
154
153
def _check_win32_locale():