mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
parent
10c1089eba
commit
ffc3fbe288
1 changed files with 1 additions and 0 deletions
|
@ -998,6 +998,7 @@ def insert_localized_app_metadata(apps):
|
|||
os.path.join(root, f))
|
||||
elif f == 'default.txt':
|
||||
# use "default.txt" changelog entry as fallback.
|
||||
locale = segments[-2]
|
||||
localized = _get_localized_dict(apps[packageName], locale)
|
||||
if not localized.get('whatsNew', ''):
|
||||
_set_localized_text_entry(apps[packageName], locale, 'whatsNew',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue