Skip to content

0.4.2

Latest
Compare
Choose a tag to compare
@divvunbot divvunbot released this 23 Jan 00:46
· 2 commits to main since this release
0d11c37

Adds ability to update repo name and description with a language tag map. The new, optional, fields look like:

{
...
  "name" {
    "en": "English name",
    "sv": "Swedish name"
  },
  "description": {
    "en": "English description",
    "sv": "Swedish description"
  }
...
}