https://bugzilla.wikimedia.org/show_bug.cgi?id=37338
--- Comment #3 from Liangent <[email protected]> 2012-06-13 17:37:01 UTC --- (In reply to comment #2) > (In reply to comment #1) > > To get local consensus, you can try > > http://meta.wikimedia.org/wiki/Meta:Babel > > This one's probably fine, Dereckson. Liangent is the maintainer of these > features. Removed shellpolicy. > > This should probably be set for all Wikimedia wikis in CommonSettings.php. > That > currently uses what's pasted below: > > $wgTranslateBlacklist = array( > '*' => array( 'en' => 'English is the source language.', ), > ); > > @Liangent: Please propose a config with descriptions as above. This can be fine for zh. Maybe we also want it in other languages with variants. $wgTranslateBlacklist = array( '*' => array( 'en' => 'English is the source language.', 'zh-hans' => 'Translate in zh please.', 'zh-hant' => 'Translate in zh please.', 'zh-cn' => 'Translate in zh please.', 'zh-hk' => 'Translate in zh please.', 'zh-mo' => 'Translate in zh please.', 'zh-my' => 'Translate in zh please.', 'zh-sg' => 'Translate in zh please.', 'zh-tw' => 'Translate in zh please.', ), ); These may be issues for this configuration change: gerrit 9860: So users can see converted pages in their expected fonts. gerrit 10085: Allow anons to see updated pages (not a blocker currently because of gerrit 8622). gerrit 10243: So users don't need to select variant on every page view. -- 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
