1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-06 11:00:13 +02:00

fix finding translation files when installed

This commit is contained in:
Hans-Christoph Steiner 2017-10-19 22:36:19 +02:00
parent 0300553020
commit cc6d867423

View File

@ -8,7 +8,7 @@ import sys
# support running straight from git and standard installs
rootpaths = [
os.path.realpath(os.path.join(os.path.dirname(__file__), '..')),
sys.prefix + 'share',
os.path.join(sys.prefix, 'share'),
]
localedir = None