https://bugzilla.wikimedia.org/show_bug.cgi?id=11267
Tyler Romeo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Tyler Romeo <[email protected]> --- Just to explain the current message caching architecture a bit. Like mentioned, fallbacks are cached as if they were in the original language. There is quite literally no way to find out the actual language of a cached message (until my patch is merged). Note that this is only the CDB cache I'm talking about. Messages can also be overridden in the DB. With that said, we obviously cannot construct user-specific CDB caches, because that'd be insane. The only way to implement this would be to manually query each language in the user's fallback sequence until it gets a hit. I'm not sure exactly how feasible such a situation would be. Fetching interface messages is slow enough as it is... -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
