Skip to content

Commit

Permalink
Typescript only gui (#1805)
Browse files Browse the repository at this point in the history
* Rename all GUI jsx to tsx

* Renaming

* Move GUI to typescript

* Move GUI to typescript

* Move GUI to typescript

* GUI migrated to typescript

* vite script

* module federation

* vite typescript

* revert typescript

* module federation

* module federation

* module federation

* module federation

* module federation

* vite typescript

* Fixed build

* Fixed build

* Fixed build

* Used common library for blocks

* Formatting

* Fixing tests

* Merge: #1799

* GUI migrated to Typescript (#1776)

* Rename all GUI jsx to tsx

* Renaming

* Move GUI to typescript

* Move GUI to typescript

* Move GUI to typescript

* GUI migrated to typescript

* vite script

* module federation

* vite typescript

* revert typescript

* module federation

* module federation

* module federation

* module federation

* module federation

* vite typescript

* Fixed build

* Fixed build

* Fixed build

* Used common library for blocks

* Formatting

* Fixing tests

---------

Co-authored-by: dilesoft <[email protected]>

* Merge: #1799

* Revert to working commit

* Merge: #1799

---------

Co-authored-by: dilesoft <[email protected]>
  • Loading branch information
GermanBluefox and DileSoft authored Jan 15, 2025
1 parent ec293fa commit 7942760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-editor/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"debug_help": "Dies ist ein spezieller Modus, in dem sich Zustände und Objekte nicht ändern. Im Protokoll werden jedoch nur Informationen zu jeder geplanten Änderung angezeigt.",
"debug_label": "Debuggen",
"default": "Standard",
"dusk": "nautische Abenddämmerung",
"dusk": "Abenddämmerung",
"easy": "einfach",
"else": "sonst",
"equal to": "gleich",
Expand Down Expand Up @@ -324,7 +324,7 @@
"ms": "ms",
"nadir": "Nadir",
"nauticalDawn": "nautische Morgendämmerung",
"nauticalDusk": "astronomische Abenddämmerung",
"nauticalDusk": "nautische Abenddämmerung",
"nextSunrise": "Nächster Sonnenaufgang",
"nextSunset": "Nächster Sonnenuntergang",
"night": "Nacht",
Expand All @@ -349,7 +349,7 @@
"store in": "speichern in",
"sunrise": "Sonnenaufgang",
"sunriseEnd": "Goldene Morgenstunde",
"sunset": "Abenddämmerung",
"sunset": "Sonnenuntergang",
"sunsetStart": "Sonnenuntergang (Anfang)",
"then": "dann",
"toggle value": "Wert umschalten",
Expand Down

0 comments on commit 7942760

Please sign in to comment.