mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-18 20:50:10 +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",
|
"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]:
|
||||||
|
Loading…
Reference in New Issue
Block a user