https://bugzilla.wikimedia.org/show_bug.cgi?id=11267
Purodha Blissenbach <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wikibugs- |[email protected] |[email protected] |odha.net --- Comment #2 from Purodha Blissenbach <[email protected]> 2009-03-07 12:01:23 UTC --- Working on these modifications (please comment, if you disagree, or something is missing): - Add $wgUserFallbackLanguages = 0...N - in [[Special:Preferences]], after user language/version, add N=$wgUserFallbackLanguages fields, labelled 'Fallback language' (for N=1) or 'Fallback language n' (n=1..N, for N>1) with a language selector which can be left blank. - add a field FallbackLanguage to the user object holding a string of comma separated language codes - with duplicates, and anything behind "en", removed. (Should there be an error message saying, "you cannot go beyond English?") - keep it in the options field in the data base, too. - introduce it to message retrieval, and - follow user fallback languages before any language fallback languages are evaluated, stacking them to the end, thereby - avoid checking any language a second time, or anything at all after "en". - replace user language by the complete chain of user language plus user fallback languages, where appropriate for proper caching. -- 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
