-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
When mofiles are updated we have to clear our caches, otherwise changed translations will not be served. New translations will, though.
First thought is parsing the update date from the matching po file, but that might not even exist. What do we do then? md5sum the mofile and match against the sum in cache? That would add some overhead, we don't want to open the files unless we really need to.
More ideas? Plugin versions? Update hooks? Not reliable.
Reactions are currently unavailable