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

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

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

Comment:

Some more notes for myself:

There are three cases where LU will store nothing for a message:
# Message is not defined in the trunk language file. This is the case in which 
we want to use the fallback
# Translation in the trunk language file is identical to the message in the WMF 
branch. Here we don't want to use the fallback
# English version differs between trunk and WMF. In this case the message won't 
be stored in any language, so whether or not we use the fallback doesn't matter

For case #2, I think we'll be fine if we store the translation in the LU cache 
file even though it's not needed, but I'll have to investigate that in more 
detail.

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

Reply via email to