https://bugzilla.wikimedia.org/show_bug.cgi?id=43614

--- Comment #2 from Brad Jorsch <[email protected]> ---
Technically, all the languages are rebuilt if necessary on deploy. It's just
that almost all of the non-English messages will be coming from the
LocalisationUpdate extension's cache (which is not being updated on deploy)
instead of the deployed code's messages, so they'll still have the old
messages.

Gerrit change 42777 should speed up the cron script that rebuilds the
LocalisationUpdate cache in many cases, by making it skip extensions that have
not changed and by preventing it from invalidating the cache for languages
whose messages have not changed. Right now it processes every extension message
file, even if the message file has not changed since the previous run, and
invalidates every language in the message file, even if none of those
translations have actually changed.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to