Adding support for distribution platform buttons.
This commit is contained in:
parent
ccfb34d4e1
commit
b64d1bdb6a
5 changed files with 57 additions and 7 deletions
|
@ -14,6 +14,9 @@
|
|||
"downloadApp": {
|
||||
"other": "{{ .Name }} is available on {{ .Platforms }}."
|
||||
},
|
||||
"warnExternalWebsite": {
|
||||
"other": "(external link to {{ . }})"
|
||||
},
|
||||
"status": {
|
||||
"other": "Status: "
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"downloadApp": {
|
||||
"other": "{{ .Name }} est disponible sur {{ .Platforms }}."
|
||||
},
|
||||
"warnExternalWebsite": {
|
||||
"other": "(lien externe vers {{ . }})"
|
||||
},
|
||||
"status": {
|
||||
"other": "Status : "
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue