I'm trying to test the app. I've copied "manually" the files to my router, restarted, but I can't see the usteer menu. Am I missing something or I've copied something wrong?
I've compared the menu file with the others in the same folder and it seems ok.
Great alternative, espescially for 64MB devices. Seems Usteer require less dependencies than Dawn, which depends on umdns which brings in some other stuff as well.
@Ramon seeing other apps, there is a .pot file added with the strings to translate. I don't know how it works exactly, I usually translate for OpenWrt but I start to do it when the strings are at weblate https://hosted.weblate.org/projects/openwrt/
If the scan command fails with an error about being unable to open/find msguniq, install the GNU gettext package for your operating system.
It's only needed if the command fails, it's part of the gettext package, that is what is used in OpenWrt for the translations https://www.gnu.org/software/gettext/
Probably easier if you can generate, I worked on the refresh part instead. I just pushed a commit with the refresh working on the status page on the draft PR. For the hearing map it is less straightforward as I need to either do a table in a table or maybe make everything into one big table instead of the current layout... I need to experiment a bit what is best.
Please try it out (or anybody else for that matter).
@Ramon the usteer app does not appear at weblate. Looking at the forum, I've found one thread that says that is not detected until the first language is added:
So I see two solutions:
Add an empty/ "en" file, like suggested in the thread, seems the easiest
Add another language file with translations, will be manual so can have errors