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

Liangent <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Undefined messages in user  |Improve message source
                   |language don't fall back to |fallback flow
                   |MediaWiki: customizations   |

--- Comment #10 from Liangent <[email protected]> 2012-08-14 18:50:57 UTC ---
The current is (see MessageCache::get, if I read correctly):

* (if database is used:) Use page MediaWiki:<message name>/<requested language
code> or MediaWiki:<message name> if $wgLanguageCode === <requested language
code>
* Message from requested language object, which is: from PHP files in requested
language and its fallbacks
* (if the message key contains a slash which is used to specify an alternative
language code:) Message from the alternative language object, see above
* (if database is used and $wgLanguageCode !== <requested language code>) Use
page MediaWiki:<message name>

There can be an extra source:

* (if database is used:) Use page MediaWiki:<message name>/<fallback language
code of requested language>

But where should we put it?

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

Reply via email to