Conversation
|
@GeckoEidechse should I translate developer view? |
While one could acquire in terms of accessibility, I'd say it's not worth it, as
|
|
Agreed! |
It's part of the Tauri framework. In particular, right now we are using the built-in dialogue: https://tauri.app/v1/guides/distribution/updater#built-in-dialog Not sure how to change the language for that or if it even is changeable. We might also want to consider switching over to using the JavaScript API but that's outside of the scope of this PR either way ^^ |
|
I'll hopefully give it a look tonight. If there's still no review by tomorrow evening, please ping me cause I may have overlooked it ^^" |
|
Actually, in the meantime, maybe also a few lines to docs on how to add new translations/languages would be nice. |
Addressed in e727ad9 :) |
|
So for some reason the UI part doesn't build on my Ubuntu 22.04 laptop Full log I did make sure to run EDIT: Deleting |
|
I also have issues getting persistence working rn on Windows but that seems to be caused by something outside this PR? |
GeckoEidechse
left a comment
There was a problem hiding this comment.
Didn't manage to get through the whole thing yet so here's an initial review of what I have so far ^^
|
So far UI stuff looks good in testing. Will have to give the code another look than it should be good to merge :D In the meantime, do you maybe wanna update branch with main again ^^ |
GeckoEidechse
left a comment
There was a problem hiding this comment.
Code looks fine as I can tell and it works fine in testing.
All requested changes have been addressed.
Language saves in persistence as expected now.

Adds frontend translation.
Closes #172.
TODOs