Taiko2k / Tauon

The music player of today! :city_sunrise:
https://tauonmusicbox.rocks
GNU General Public License v3.0
1.82k stars 71 forks source link

AUR builds do not fetch translations from others modules than t_main #1322

Open Lorsoen opened 5 hours ago

Lorsoen commented 5 hours ago

This is not an immediate issue but may be as translations get updated. I noticed this white testing my translations on the AUR builds of Tauon (not tested with Flatpak).

Those builds happen to not fetch translated chars from modules when lauched from the DE (.desktop file), even tho they work correctly when launched from the source code folder.

OFC, this is expected on 7.8.3, where translations are not up to date. I tested this with translations from my own branch.

C0rn3j commented 4 hours ago

Did you test this on AUR/tauon-music-box-git?

7.9.0 has quite a lot of changes, translation fixes included.

I wanted to look at translations, but haven't gotten to it yet, it might be a good idea to somehow ship them in the pyproject.toml, at the moment I don't know how to even test them - how are you doing so, changing LANG env?

PKGBUILD at the moment -

    for t in cs de es fr_FR fi hu id ja_JP nb_NO pl pt pt_BR pt_PT ru sv tr zh_CN; do
        install -Dm644 locale/${t}/LC_MESSAGES/*.mo -t "${pkgdir}/usr/share/locale/${t}/LC_MESSAGES"
    done
Lorsoen commented 2 hours ago

Re-tested the most recent tauon-music-box-git, the same issue is still there.

I've only fiddled with the .config file from Tauon, changing this line. It should work, even if it's not installed.

image

image