mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-24 03:21:07 +03:00
Compare commits
No commits in common. "d4ad523dd2c42760751d4a58f9e318163a7ea0d9" and "fbf8fc54dbd257469eebedaec0f38ebbd44933da" have entirely different histories.
d4ad523dd2
...
fbf8fc54db
2 changed files with 2 additions and 4 deletions
|
@ -14,10 +14,7 @@ rootpaths = [
|
|||
|
||||
localedir = None
|
||||
for rootpath in rootpaths:
|
||||
found_mo = glob.glob(
|
||||
os.path.join(rootpath, 'locale', '*', 'LC_MESSAGES', 'fdroidserver.mo')
|
||||
)
|
||||
if len(found_mo) > 0:
|
||||
if len(glob.glob(os.path.join(rootpath, 'locale', '*', 'LC_MESSAGES', 'fdroidserver.mo'))) > 0:
|
||||
localedir = os.path.join(rootpath, 'locale')
|
||||
break
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ force-exclude = '''(
|
|||
| examples/fdroid_exportkeystore\.py
|
||||
| examples/fdroid_fetchsrclibs\.py
|
||||
| examples/fdroid_nitrokeyimport\.py
|
||||
| fdroidserver/__init__\.py
|
||||
| fdroidserver/__main__\.py
|
||||
| fdroidserver/apksigcopier\.py
|
||||
| fdroidserver/looseversion\.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue