https://bugzilla.wikimedia.org/show_bug.cgi?id=23705
--- Comment #10 from aokomoriuta <[email protected]> 2010-06-01 07:57:02 UTC --- (In reply to comment #9) > If the main namespace names have to be changed, this needs to be done on > translatewiki.net, so that the core files will be updated. Please update this > ticket when the config on translatewiki.net has been updated so that we can > apply the change to the site. They want to change namespace names only in jawiki, not MediaWiki default (translatewiki.net). This means they want settings working same as following setting in LocalSettings: $wgExtraNamespaces[NS_TALK] = 'ノート'; $wgExtraNamespaces[NS_USER_TALK] = '利用者‐会話'; $wgExtraNamespaces[NS_PROJECT_TALK] = 'Wikipedia‐ノート'; $wgExtraNamespaces[NS_FILE_TALK] = 'ファイル‐ノート'; $wgExtraNamespaces[NS_MEDIAWIKI_TALK] = 'MediaWiki‐ノート'; $wgExtraNamespaces[NS_TEMPLATE] = 'Template'; $wgExtraNamespaces[NS_TEMPLATE_TALK] = 'Template‐ノート'; $wgExtraNamespaces[NS_HELP] = 'Help'; $wgExtraNamespaces[NS_HELP_TALK] = 'Help‐ノート'; $wgExtraNamespaces[NS_CATEGORY] = 'Category'; $wgExtraNamespaces[NS_CATEGORY_TALK] = 'Category‐ノート'; -- 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
