Hi. I've waited for a whole night, but the translation hasn't been updated on the app yet, is this the correct behavior? I noticed the percentage is increased, but text is still mostly in English, including those I've translated. Thank you!
Viewing post in Translating the app (continuously)
Thank you. I can see some of them is applied (like about the update/ recent activity), but some are still in English (especially those I recently translated, about the install locations). Probably it would need more time?
If I'm correct, the translations made by upvoting are applied, but those I added manually are not.
That's probably something else - weblate "batches" translations and commits several at a time. If your changes don't show up here: https://github.com/itchio/itch/blob/master/src/static/locales/ja.json then weblate hasn't pushed them yet.
You can force weblate to push in the "Tools" menu (there's a "Commit" entry), directly from weblate.itch.ovh
I looked into it some more, and it looks like weblate is messing with file permissions every time it updates one of the language files..
After looking into it a bit, I just set up a cron job that fixes file permissions every 5 minutes. So, there might be a 5-minute period between "new translations being committed" and them being available, which is not ideal, but it's much better than them remaining accessible for days!