Stylistic updates, removing dark menu

This commit is contained in:
Adsooi 2021-06-23 03:18:18 +02:00
parent 4a881df172
commit 9efa26c25e
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
11 changed files with 132 additions and 40 deletions

View file

@ -12,7 +12,7 @@
"other": "Technical sheet"
},
"downloadApp": {
"other": "{{ .Name }} is available on the following platforms: {{ .Platforms }}."
"other": "{{ .Name }} is available on {{ .Platforms }}."
},
"status": {
"other": "Status: "
@ -23,12 +23,6 @@
"language": {
"other": "Language"
},
"en": {
"other": "English"
},
"fr": {
"other": "French"
},
"supportedPlatforms": {
"other": "Supported platforms: "
},
@ -49,6 +43,18 @@
},
"keyboardOriented": {
"other": "Keyboard oriented"
},
"license": {
"other": "License: "
},
"en": {
"other": "English"
},
"fr": {
"other": "French"
},
"all": {
"other": "Without text"
}
}

View file

@ -12,7 +12,7 @@
"other": "Fiche technique"
},
"downloadApp": {
"other": "{{ .Name }} est disponible sur plusieurs platformes : {{ .Platforms }}."
"other": "{{ .Name }} est disponible sur {{ .Platforms }}."
},
"status": {
"other": "Status : "
@ -23,12 +23,6 @@
"language": {
"other": "Langue"
},
"en": {
"other": "English"
},
"fr": {
"other": "French"
},
"supportedPlatforms": {
"other": "Platformes supportées : "
},
@ -49,6 +43,18 @@
},
"keyboardOriented": {
"other": "Orienté clavier"
},
"license": {
"other": "License : "
},
"en": {
"other": "Anglais"
},
"fr": {
"other": "Français"
},
"all": {
"other": "Sans texte"
}
}