112
143
return os.path.join(base, u'locale')
115
147
dirpath = os.path.realpath(os.path.join(base, u'locale'))
116
148
if os.path.exists(dirpath):
150
return os.path.join(unicode(sys.prefix, fs_enc), u"share", u"locale")
122
153
def _check_win32_locale():