Slovenian translation #344
Answered
by
henrygd
thehijacker
asked this question in
Q&A
-
I would like to translate this application to Slovenian language. Where to start? I saw you used to use weblate? But I can not find this project there. |
Beta Was this translation helpful? Give feedback.
Answered by
henrygd
Dec 26, 2024
Replies: 2 comments 3 replies
-
That would be great! We're on Crowdin now and I've just added Slovenian as a target language. Please take your time. I'm visiting family and likely won't have a new release out for another few weeks or so. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Translated 100 %. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just opened a PR for the icons.
Currently you can only display the container stats as shown in your screenshot, however you can use the filter field to highlight specific containers.
SMART is not supported yet but it's something I'd like to add in the future.
Are you using the binary? It could be an issue with configuration or the env values not being picked up.
If you're running the binary directly, try adding the env vars directly before the command:
KEY="..." EXTRA_FILESYSTEMS=sda1 ./beszel-agent
If you're running as a service, make sure to modify
/etc/systemd/system/beszel-agent.service
:sudo systemctl daemon-reload sudo systemctl enable …