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

           Summary: Taiwan site shouldn't need to open the China messages
                    file if all strings were present
           Product: MediaWiki
           Version: 1.14.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: Internationalization
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Curious why on my zh-tw site, every page view still causes a read of
MessagesZh_hans.php, even after applying
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/47908
# ls -tuog languages/messages|head
-rw-r--r-- 1 229975 2009-03-02 11:36 MessagesEn.php
-rw-r--r-- 1 170045 2009-03-02 11:36 MessagesZh_hans.php
-rw-r--r-- 1 173544 2009-03-02 11:36 MessagesZh_hant.php
-rw-r--r-- 1 120139 2009-03-02 11:36 MessagesZh_tw.php
Ah, some some names are still missing, e.g.,
# grep skinname-monobook MessagesZh_*.php
MessagesZh_classical.php:'skinname-monobook'    => '單書',
MessagesZh_hans.php:'skinname-monobook'    => 'MonoBook',

One would hope if all strings are finally present, maybe that would
finally stop the open() on MessagesZh_hans.php.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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