Add translation url field to package form and API

This commit is contained in:
rubenwardy
2024-02-25 18:05:29 +00:00
parent 9fd182c4fd
commit ab57b6aa2c
8 changed files with 20 additions and 2 deletions

View File

@@ -804,6 +804,11 @@ def json_schema():
"type": ["string", "null"],
"format": "uri"
},
"translation_url": {
"description": "URL to send users interested in translating your package",
"type": ["string", "null"],
"format": "uri"
}
},
})