mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
parent
72c749959a
commit
5bf2c89957
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ with open(manifest_file) as fp:
|
|||
|
||||
manifest_lines = set()
|
||||
for locale in active:
|
||||
manifest_lines.add('include locale/%s/LC_MESSAGES/fdroidserver.mo\n' % locale)
|
||||
manifest_lines.add('include locale/%s/LC_MESSAGES/fdroidserver.po\n' % locale)
|
||||
|
||||
with open(manifest_file, 'a') as fp:
|
||||
for line in manifest_lines:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue