Skip to content

Commit

Permalink
Merge branch 'drhideg-drhideg-patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Dec 7, 2020
2 parents f94f787 + bfe9c42 commit da455b4
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasmocompiler",
"version": "2.4.15",
"version": "2.4.16",
"private": true,
"proxy": "http://localhost:3001/",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion src/components/DownloadLinks/DownloadLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import PropTypes from 'prop-types';
import Typography from '@material-ui/core/Typography';
import Button from '@material-ui/core/Button';
import CloudDownloadIcon from '@material-ui/icons/CloudDownload';
import { FormattedMessage } from 'react-intl';

class DownloadLinks extends Component {
constructor(props) {
Expand All @@ -25,7 +26,7 @@ class DownloadLinks extends Component {
return (
<div ref={this.downloadLinksElement}>
<Typography variant="caption" className={classes.links}>
You can now download custom compiled binary and files used during compilation:
<FormattedMessage id="stepDownload" />
</Typography>
<div className={classes.links}>
<Button variant="contained" color="primary" href="/download/firmware.bin" className={classes.downloadButtons}>
Expand Down
2 changes: 2 additions & 0 deletions src/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"stepVersionBoard": "Verze desky",
"stepVersionBoardSpeed": "Rychlost",

"stepDownload": "You can now download custom compiled binary and files used during compilation:",

"English": "Angličtina",
"Bulgarian": "Bulharština",
"Czech": "Čeština",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"stepVersionBoard": "Board version",
"stepVersionBoardSpeed": "Board speed",

"stepDownload": "You can now download custom compiled binary and files used during compilation:",

"English": "English",
"Bulgarian": "Bulgarian",
"Czech": "Czech",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
"stepVersionBoard": "Versión de placa",
"stepVersionBoardSpeed": "Velocidad de placa",

"stepDownload": "You can now download custom compiled binary and files used during compilation:",

"English": "Inglés",
"Bulgarian": "Bulgaro",
"Czech": "Checo",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"stepVersionBoard": "Board verzió",
"stepVersionBoardSpeed": "Board sebesség",

"stepDownload": "Most már letöltheti a bináris firmware fájlt és a fordítás során használt fájlokat:",

"English": "Angol",
"Bulgarian": "Bolgár",
"Czech": "Cseh",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"stepVersionBoard": "Versione scheda",
"stepVersionBoardSpeed": "Clock scheda",

"stepDownload": "You can now download custom compiled binary and files used during compilation:",

"English": "Inglese",
"Bulgarian": "Bulgaro",
"Czech": "Ceco",
Expand Down
2 changes: 2 additions & 0 deletions src/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
"stepVersionLanguage": "Język",
"stepVersionBoard": "Wersja płytki",
"stepVersionBoardSpeed": "Taktowanie zegara",

"stepDownload": "Poniżej możesz pobrać nowy firmware oraz pliki użyte do jego zbudowania:",

"English": "Angielski",
"Bulgarian": "Bułgarski",
Expand Down

0 comments on commit da455b4

Please sign in to comment.