mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 20:19:38 +08:00

Previously we would only recompile a theme locale when its own data changes. However, the output also includes fallback data from other locales, so we need to invalidate all locales when fallback locale data is changed. Building a list of dependent locales is tricky, so let's just invalidate them all.