Njw has submitted this change and it was merged.

Change subject: Add localisation documentation and update the description.
......................................................................


Add localisation documentation and update the description.

I updated the description as it's gradually getting further away from Matt 
Wiebe's wordpress theme.

Change-Id: I466e2cc29bdb2f66f32eb9a38f013710a36b7130
---
M Erudite.i18n.php
1 file changed, 20 insertions(+), 11 deletions(-)

Approvals:
  Njw: Verified; Looks good to me, approved



diff --git a/Erudite.i18n.php b/Erudite.i18n.php
index 7d2f3cb..39c44a4 100644
--- a/Erudite.i18n.php
+++ b/Erudite.i18n.php
@@ -12,17 +12,26 @@
  * @author Nick White
  */
 $messages['en'] = array(
-       'skinname-erudite' => "Erudite",
-       'erudite-desc' => "Based on The Erudite theme for Wordpress by Matt 
Wiebe.",
-
-       'erudite-skiptocontent' => "Skip to content",
-       'erudite-skiptosearch' => "Skip to search",
-
-       // Tab text overrides
+       'skinname-erudite' => 'Erudite',
+       'erudite-desc' => 'A clean and easy to read skin.',
+       'erudite-skiptocontent' => 'Skip to content',
+       'erudite-skiptosearch' => 'Skip to search',
        'erudite-action-addsection' => 'Add topic',
 
-       /* Optional extra footer content for columns (leave blank by default) */
-       'erudite-extracontent-column1' => "",
-       'erudite-extracontent-column2' => "",
-       'erudite-extracontent-column3' => "",
+       /* Extra content for footer columns. Leave these empty here,
+        * they are intended to be customised by site administrators. */
+       'erudite-extracontent-column1' => '', # do not translate or duplicate 
this message to other languages
+       'erudite-extracontent-column2' => '', # do not translate or duplicate 
this message to other languages
+       'erudite-extracontent-column3' => '', # do not translate or duplicate 
this message to other languages
+);
+
+/** Message documentation
+ * @author Nick White
+ */
+$messages['qqq'] = array(
+       'skinname-erudite' => 'Skin name',
+       'erudite-desc' => 
'{{desc|name=Erudite|url=http://www.mediawiki.org/wiki/Skin:Erudite}}',
+       'erudite-skiptocontent' => 'Link to skip directly to the content on the 
page',
+       'erudite-skiptosearch' => 'Link to skip directly to the search box on 
the page',
+       'erudite-action-addsection' => 'Link to add a new section to talk page, 
overriding the default of "+"',
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/64827
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I466e2cc29bdb2f66f32eb9a38f013710a36b7130
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/skins/erudite
Gerrit-Branch: master
Gerrit-Owner: Njw <[email protected]>
Gerrit-Reviewer: Daniel Friesen <[email protected]>
Gerrit-Reviewer: Matmarex <[email protected]>
Gerrit-Reviewer: Njw <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to