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

@@ -101,6 +101,7 @@ curl -X DELETE https://content.minetest.net/api/delete-token/ \
* `forums`: forum topic ID.
* `video_url`: URL to a video.
* `donate_url`: URL to a donation page.
* `translation_url`: URL to send users interested in translating your package.
* `game_support`: Array of game support information objects. Not currently documented, as subject to change.
* GET `/api/packages/<author>/<name>/hypertext/`
* Converts the long description to [Minetest Markup Language](https://github.com/minetest/minetest/blob/master/doc/lua_api.md#markup-language)