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

Hosiryuhosi <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from Hosiryuhosi <[email protected]> 2010-06-01 08:18:43 UTC 
---
- : Removal 
+ : Addition
Setting example of InitialiseSettings.php: 

'wgExtraNamespaces' => array(
...
-     'jawiki' => array( 100 => 'Portal', 101 => 'Portal・トーク' ),
+    'jawiki' => array(
+    NS_TALK => "ノート",
+    NS_USER_TALK => "利用者‐会話",
+    NS_PROJECT_TALK => "Wikipedia‐ノート",
+    NS_FILE_TALK => "ファイル‐ノート",
+    NS_MEDIAWIKI_TALK => "MediaWiki‐ノート",
+    NS_TEMPLATE => "Template",
+    NS_TEMPLATE_TALK => "Template‐ノート",
+    NS_HELP => "Help",
+    NS_HELP_TALK => "Help‐ノート",
+    NS_CATEGORY => "Category",
+    NS_CATEGORY_TALK => "Category‐ノート",
+    100 => 'Portal',
+    101 => 'Portal‐ノート'
+    ),
...
),

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