Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

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

Sorry again, so I noticed my change "usage_stats.last_played_time_ago": "最後にプレイしたのは {{time_ago}}" which I made hours ago, is already appeared on that site,  but it hasn't appeared on my app even if I already refresh/ close and open again for a while...

Yes, I just confirm even a whole night passed, nothing is updated again on the app, so the issue still persists

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!

Thank you very much! Yes, 5 minutes would be a lot better!