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