mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
fix finding translation files when installed
This commit is contained in:
parent
0300553020
commit
cc6d867423
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue