Index: trunk/extensions/WikiBhasha/WikiBhasha.php |
— | — | @@ -12,10 +12,10 @@ |
13 | 13 | // 3. Looks for "wbAutoLaunch=true" in the URL and launch WikiBhasha. |
14 | 14 | |
15 | 15 | $wgExtensionCredits['specialpage'][] = array( |
| 16 | + 'path' => __FILE__, |
16 | 17 | 'name' => 'WikiBhasha', |
17 | 18 | 'author' => 'Microsoft Research', |
18 | 19 | 'url' => 'http://www.mediawiki.org/wiki/Extension:WikiBhasha', |
19 | | - 'description' => 'Default description message', |
20 | 20 | 'descriptionmsg' => 'wikibhasha-desc', |
21 | 21 | 'version' => '1.0', |
22 | 22 | ); |
Index: trunk/extensions/WikiBhasha/WikiBhasha.i18n.php |
— | — | @@ -16,15 +16,7 @@ |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | 19 | 'wikibhasha' => 'WikiBhasha', |
20 | | - 'wikibhasha-desc' => "Extension's description", |
21 | | - 'wikiBhashaLink' => 'WikiBhasha(Beta)' |
| 20 | + 'wikibhasha-desc' => 'Application to create multilingual content leveraging the English Wikipedia content', |
| 21 | + 'wikiBhashaLink' => 'WikiBhasha (Beta)', |
22 | 22 | ); |
23 | 23 | |
24 | | -/** |
25 | | - * German (Deutsch) |
26 | | - */ |
27 | | -$messages['de'] = array( |
28 | | - 'wikibhasha' => 'WikiBhasha', |
29 | | - 'wikibhasha-desc' => 'Beschreibung der Erweiterung', |
30 | | - 'wikiBhashaLink' => 'WikiBhasha(Beta)' |
31 | | -); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1421,6 +1421,9 @@ |
1422 | 1422 | ignored = specialwikiathome |
1423 | 1423 | aliasfile = WikiAtHome/WikiAtHome.alias.php |
1424 | 1424 | |
| 1425 | +WikiBhasha |
| 1426 | +optional = wikibhasha, wikiBhashaLink |
| 1427 | + |
1425 | 1428 | Wikidata |
1426 | 1429 | file = Wikidata/Wikidata.i18n.php |
1427 | 1430 | optional = ow_URL, ow_ID, prefs-omegawiki |