Open tronical opened 1 year ago
Support for translations via gettext is currently not supported on Windows.
This is due to a couple of issues:
#[cfg(...)]
gettext-rs
tar
Instead, it might make more sense to switch to gettext. Then however the burden is on on us to locale the correct .mo files.
gettext
.mo
The Slint language documentation should mention that @tr() currently doesn't work on Windows.
@tr()
Support for translations via gettext is currently not supported on Windows.
This is due to a couple of issues:
#[cfg(...)]
in place on our end to disablegettext-rs
.gettext-rs
on Windows requires tools such astar
to be installed in the path. See also https://github.com/Koka/gettext-rs/issues/12Instead, it might make more sense to switch to
gettext
. Then however the burden is on on us to locale the correct.mo
files.