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

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

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

Comment:

I guess there's an issue (I didn't really test it):
----
In WMF branch:
* zh-hans
** msg => AA
* zh-cn
** msg => B
----
In trunk:
* zh-hans
** msg => A
* zh-cn
** msg => B
----
So in l10ncache:
* zh-hans
** msg => A
* zh-cn
** (nothing)
----
onRecache for zh-cn, input:
* msg => B
after 1st round $codeSequence merge of zh-hans:
* msg => A
after 2nd round $codeSequence merge of zh-cn:
* msg => A
output:
* msg => A
expected:
* msg => B

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to