Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
mercurial
mercurial-locale-path-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mercurial-locale-path-fix.patch of Package mercurial
Index: mercurial-4.1/mercurial/i18n.py =================================================================== --- mercurial-4.1.orig/mercurial/i18n.py +++ mercurial-4.1/mercurial/i18n.py @@ -50,7 +50,7 @@ _ugettext = None def setdatapath(datapath): datapath = pycompat.fsdecode(datapath) - localedir = os.path.join(datapath, pycompat.sysstr('locale')) + localedir = '/usr/share/locale' t = gettextmod.translation('hg', localedir, _languages, fallback=True) global _ugettext try:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor