Adding support for distribution platform buttons.

This commit is contained in:
Adsooi 2021-08-02 02:40:30 +02:00
parent ccfb34d4e1
commit b64d1bdb6a
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
5 changed files with 57 additions and 7 deletions

View file

@ -14,6 +14,9 @@
"downloadApp": {
"other": "{{ .Name }} is available on {{ .Platforms }}."
},
"warnExternalWebsite": {
"other": "(external link to {{ . }})"
},
"status": {
"other": "Status: "
},

View file

@ -14,6 +14,9 @@
"downloadApp": {
"other": "{{ .Name }} est disponible sur {{ .Platforms }}."
},
"warnExternalWebsite": {
"other": "(lien externe vers {{ . }})"
},
"status": {
"other": "Status : "
},