Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Dec 11, 2022
1 parent 993f11d commit b49a36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2022-12-11-release_4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Here are some highlights of this release.

## New GUI build with Svelte

![Svelte logo](/assets/img/Globe.webp){: .right width="100" }
![Svelte logo](/assets/img/SvelteLogo.png){: .right width="100" }
The GUI is completely rewritten using Svelte reactive javascript framework. This is a new reactive framework which works very easy and very fast. In the old GUI we used a lot of jQuery which is not always the best way to do it. Also with Svelte there is a better memory management and better timer control on reloading data. The GUI itself looks almost the same, but some forms will be smaller and only showing fields that are needed based on choices. With this new GUI we hope that the interface feels a bit more like an app and less sluggish.

## Translation changes

![Translation status](https://weblate.theyosh.nl/widgets/terrariumpi/-/multi-auto.svg){: .right width="100" }
![Translation status](https://weblate.theyosh.nl/widgets/terrariumpi/-/multi-auto.svg){: .right width="150" }
With the new GUI, we had to change the translations. Now there are two parts. There is a backend part, which is used by the daemon that is doing all the updates and running the code on the Raspberry PI. The GUI part, is like the name says, the GUI or front-end. This has been separated because there are two different ways of translating. And therefore, we need to have two translation parts.

We have tried to merge the old translations into the new parts. But some translations could be lost. And all missing translations are now translated with Google translate. And therefore, also some translations could be wrong. Please feel free to [update it here](https://weblate.theyosh.nl/engage/terrariumpi/).
Expand Down

0 comments on commit b49a36d

Please sign in to comment.