Skip to content

Commit

Permalink
Add missing translation for gcodehost service
Browse files Browse the repository at this point in the history
bump version
build packages
  • Loading branch information
luc-github committed Jun 11, 2024
1 parent fe462ae commit bf315ec
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 1 deletion.
Binary file modified dist/CNC/GRBL/index.html.gz
Binary file not shown.
Binary file modified dist/CNC/GRBLHal/index.html.gz
Binary file not shown.
Binary file modified dist/Plotter/HP-GL/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Marlin-embedded/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Marlin/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Repetier/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Smoothieware/index.html.gz
Binary file not shown.
Binary file modified dist/SandTable/GRBL/index.html.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/App/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
import { h } from "preact"
import { webUIbuild } from "../../targets"
export const webUIversion = "3.0.0-a60"
export const webUIversion = "3.0.0-a61"
export const Esp3dVersion = () => (
<span>
{webUIversion}.{webUIbuild}
Expand Down
5 changes: 5 additions & 0 deletions src/targets/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,10 @@
"usb-serial baud": "USB serial Baud rate",
"output": "Output connection",
"Total psram mem": "PSRAM Size",
"gcodehost": "Gcode Streaming",
"pause_script": "Pause script",
"resume_script": "Resume script",
"stop_script": "Stop script",
"polling_on": "Polling enabled",
"language": "Language"
}

0 comments on commit bf315ec

Please sign in to comment.