mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01: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
@ -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…
Reference in New Issue
Block a user