1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-01 00:30:13 +02: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:
Jochen Sprickerhof 2023-02-07 15:04:14 +01:00 committed by Hans-Christoph Steiner
parent b1ad5cd4fd
commit 0f151a3779

View File

@ -541,7 +541,6 @@ def package_metadata(app, repodir):
"SourceCode", "SourceCode",
"Translation", "Translation",
"WebSite", "WebSite",
"video",
"featureGraphic", "featureGraphic",
"promoGraphic", "promoGraphic",
"tvBanner", "tvBanner",
@ -564,6 +563,7 @@ def package_metadata(app, repodir):
"Name", "Name",
"Summary", "Summary",
"Description", "Description",
"video",
): ):
element_new = element[:1].lower() + element[1:] element_new = element[:1].lower() + element[1:]
if element in app and app[element]: if element in app and app[element]: