mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
add tests for Fastlane changelogs including default.txt
This commit is contained in:
parent
afec880c81
commit
8b484b37bd
3 changed files with 48 additions and 1 deletions
|
|
@ -997,7 +997,7 @@ def insert_localized_app_metadata(apps):
|
|||
_set_localized_text_entry(apps[packageName], locale, 'whatsNew',
|
||||
os.path.join(root, f))
|
||||
elif f == 'default.txt':
|
||||
# use `default.txt` changelog entry as fallback.
|
||||
# use "default.txt" changelog entry as fallback.
|
||||
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