Index: trunk/extensions/FeaturedFeeds/FeaturedFeedsWMF.php |
— | — | @@ -46,6 +46,13 @@ |
47 | 47 | 'description' => 'ffeed-featured-desc', |
48 | 48 | 'entryName' => 'ffeed-featured-entry', |
49 | 49 | ), |
| 50 | + 'good' => array( |
| 51 | + 'page' => 'ffeed-good-page', |
| 52 | + 'title' => 'ffeed-good-title', |
| 53 | + 'short-title' => 'ffeed-good-short-title', |
| 54 | + 'description' => 'ffeed-good-desc', |
| 55 | + 'entryName' => 'ffeed-good-entry', |
| 56 | + ), |
50 | 57 | 'onthisday' => array( |
51 | 58 | 'page' => 'ffeed-onthisday-page', |
52 | 59 | 'title' => 'ffeed-onthisday-title', |
Index: trunk/extensions/FeaturedFeeds/FeaturedFeeds.i18n.php |
— | — | @@ -25,6 +25,12 @@ |
26 | 26 | 'ffeed-featured-desc' => 'Best articles {{SITENAME}} has to offer', |
27 | 27 | 'ffeed-featured-entry' => '{{LOCALMONTHNAME}} {{LOCALDAY}} {{SITENAME}} featured article', |
28 | 28 | |
| 29 | + # Good Article |
| 30 | + 'ffeed-good-title' => '{{SITENAME}} good articles feed', |
| 31 | + 'ffeed-good-short-title' => 'Good articles', |
| 32 | + 'ffeed-good-desc' => 'Good articles {{SITENAME}} has to offer', |
| 33 | + 'ffeed-good-entry' => '{{LOCALMONTHNAME}} {{LOCALDAY}} {{SITENAME}} good article', |
| 34 | + |
29 | 35 | # On this day... |
30 | 36 | 'ffeed-onthisday-title' => '{{SITENAME}} "On this day..." feed', |
31 | 37 | 'ffeed-onthisday-short-title' => 'On this day...', |