https://bugzilla.wikimedia.org/show_bug.cgi?id=31982
--- Comment #6 from Umherirrender <[email protected]> 2011-11-16 19:41:15 UTC --- Created attachment 9476 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9476 handle fallback sequence and load all fallback messages from the cache Messages from files in $wgExtensionMessagesFiles are stored with all fallback messages inside the LocalisationCache (at least with 'en'). Messages from core are only stored with one fallback (the fallback of the language from the message file), but not the whole sequence. For this reason the LocalisationUpdate must also follow the fallback and has to get the cache from each fallback language. I have attached a patch to fix this. Feel free to modify the patch. Thanks. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
