Finish download button.

master
Icedream 2021-01-03 20:24:25 +01:00
parent 1d0a6df848
commit ca273d22e4
3 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,10 @@
"defaultMessage": "Dunkelmodus umschalten",
"description": "Screen reader description of the dark mode toggle button"
},
"DownloadButton.download": {
"defaultMessage": "Herunterladen",
"description": "Text of the download button"
},
"Home.introText1": {
"defaultMessage": "Greife sofort auf deine Lieblings-Runs von GDQ zu!"
},

View File

@ -15,6 +15,10 @@
"defaultMessage": "Toggle dark mode",
"description": "Screen reader description of the dark mode toggle button"
},
"DownloadButton.download": {
"defaultMessage": "Download",
"description": "Text of the download button"
},
"Home.introText1": {
"defaultMessage": "Instant access to your favorite VODs of Games Done Quick!"
},

View File

@ -6,6 +6,7 @@ import {
} from '@fortawesome/fontawesome-svg-core';
import {
faClock,
faDownload,
faSearch,
faShare,
faLightbulb,
@ -51,6 +52,7 @@ fontawesomeSvgCoreConfig.autoAddCss = false;
library.add(
faClock,
faCopy,
faDownload,
faLanguage,
faSearch,
faShare,