User "Liangent" changed the status of MediaWiki.r103763.

Old Status: new
New Status: fixme

User "Liangent" also posted a comment on MediaWiki.r103763.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103763#c26430
Commit summary:

(bug 31982) Handle fallback languages in LocalisationUpdate. Modified patch by 
Umherirrender

Comment:

I guess it's still buggy:
----
WMF:
* en
** msg => A
* de
** msg => B
----
trunk:
* en
** msg => A
* de
** (nothing)
----
input onRecache de:
* msg => B
1st round fallback, en, skipping:
* msg => B
2nd round fallback, de, no msg cached:
* msg => B
output:
* msg => B
expected (fallback to en):
* msg => A

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to