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

--- Comment #25 from Tyler Romeo <[email protected]> ---
Well if you look at the patch, the issue was that it executed the following
process:

* Check the DB for every language in the fallback
* Check the actual Language object

It was because of this that customized messages in fallback languages were
taking precedence over default messages in the requested language object, thus
leading to localization issues.

If we change the process to:

* Check the DB and then the Language object for each language in the fallback

Then the precedence becomes proper again.

-- 
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