mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
v2: move video to translated text (Closes: #1095)
It contains a link to the actual video and can be translated.
This commit is contained in:
parent
b1ad5cd4fd
commit
0f151a3779
1 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,6 @@ def package_metadata(app, repodir):
|
|||
"SourceCode",
|
||||
"Translation",
|
||||
"WebSite",
|
||||
"video",
|
||||
"featureGraphic",
|
||||
"promoGraphic",
|
||||
"tvBanner",
|
||||
|
|
@ -564,6 +563,7 @@ def package_metadata(app, repodir):
|
|||
"Name",
|
||||
"Summary",
|
||||
"Description",
|
||||
"video",
|
||||
):
|
||||
element_new = element[:1].lower() + element[1:]
|
||||
if element in app and app[element]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue