Index: trunk/extensions/FeaturedFeeds/FeaturedFeedsWMF.php |
— | — | @@ -79,6 +79,16 @@ |
80 | 80 | 'entryName' => 'ffeed-qotd-entry', |
81 | 81 | ); |
82 | 82 | break; |
| 83 | + case 'wikisource': |
| 84 | + $feeds['featuredtexts'] = array( // Featured Text |
| 85 | + 'page' => 'ffeed-featuredtexts-page', |
| 86 | + 'title' => 'ffeed-featuredtexts-title', |
| 87 | + 'short-title' => 'ffeed-featuredtexts-short-title', |
| 88 | + 'description' => 'ffeed-featuredtexts-desc', |
| 89 | + 'entryName' => 'ffeed-featuredtexts-entry', |
| 90 | + ); |
| 91 | + break; |
| 92 | + |
83 | 93 | } |
84 | 94 | return true; |
85 | 95 | } |
Index: trunk/extensions/FeaturedFeeds/FeaturedFeeds.i18n.php |
— | — | @@ -67,6 +67,13 @@ |
68 | 68 | 'ffeed-qotd-short-title' => 'Quote of the day', |
69 | 69 | 'ffeed-qotd-desc' => 'Some of the finest quotes on {{SITENAME}}', |
70 | 70 | 'ffeed-qotd-entry' => '{{SITENAME}} quote of the day for {{LOCALMONTHNAME}} {{LOCALDAY}}', |
| 71 | + |
| 72 | + # Featured Text |
| 73 | + 'ffeed-featuredtexts-page' => '', # do not localise |
| 74 | + 'ffeed-featuredtexts-title' => '{{SITENAME}} featured texts feed', |
| 75 | + 'ffeed-featuredtexts-short-title' => 'Featured texts', |
| 76 | + 'ffeed-featuredtexts-desc' => 'Best texts {{SITENAME}} has to offer', |
| 77 | + 'ffeed-featuredtexts-entry' => '{{LOCALMONTHNAME}} {{LOCALDAY}} {{SITENAME}} featured text', |
71 | 78 | ); |
72 | 79 | |
73 | 80 | /** Message documentation (Message documentation) |
— | — | @@ -92,6 +99,9 @@ |
93 | 100 | 'ffeed-potd-title' => 'Title of the Picture Of The Day [[w:web feed|syndication feed]]', |
94 | 101 | 'ffeed-potd-desc' => 'Description of the Picture Of The Day [[w:web feed|syndication feed]]', |
95 | 102 | 'ffeed-potd-entry' => "Title of day's entry in the Media of the Day [[w:web feed|syndication feed]]", |
| 103 | + 'ffeed-featuredtexts-title' => 'Title of the Featured Texts [[w:web feed|syndication feed]]', |
| 104 | + 'ffeed-featuredtexts-desc' => 'Description of the Featured Texts [[w:web feed|syndication feed]]', |
| 105 | + 'ffeed-featuredtexts-entry' => "Title of day's entry in the Featured Texts [[w:web feed|syndication feed]]", |
96 | 106 | ); |
97 | 107 | |
98 | 108 | /** Asturian (Asturianu) |