Index: trunk/extensions/Translate/TranslateGroupDescriptions.i18n.php |
— | — | @@ -63,6 +63,7 @@ |
64 | 64 | 'bw-desc-shapado' => '[[Translating:Shapado|Shapado]] is web-based Question and Answer software', |
65 | 65 | 'bw-desc-statusnet' => '[[Translating:StatusNet|StatusNet]] is a microblogging server', |
66 | 66 | 'translate-group-desc-statusnet-plugin' => 'These messages are part of a plugin for [[Translating:StatusNet|StatusNet]]', |
| 67 | + 'translate-group-desc-tsint' => '[[Translating:Toolserver|Toolserver]] tools', |
67 | 68 | 'bw-desc-voctrain' => '[[Translating:Voctrain|Voctrain]] is an OmegaWiki-based vocabulary trainer', |
68 | 69 | 'bw-desc-wikiblame' => '[[Translating:WikiBlame|WikiBlame]] is able to quickly find the authors of a part of a page in a Wikimedia wiki', |
69 | 70 | 'bw-desc-wikimediamobile' => '[[Translating:Wikimedia_mobile|Wikimedia mobile]] is the mobile interface for Wikipedia', |
Index: trunk/extensions/Translate/groups/Toolserver/ToolserverTextdomains.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | parent::__construct(); |
28 | 28 | $dir = dirname( __FILE__ ); |
29 | 29 | $this->definitionFile = $dir . '/toolserver-textdomains.txt'; |
30 | | - $this->path = "$wgTranslateGroupRoot/ToolserverI18N/language/messages/"; |
| 30 | + $this->path = "$wgTranslateGroupRoot/toolserver/language/messages/"; |
31 | 31 | } |
32 | 32 | |
33 | 33 | protected function processGroups( $groups ) { |
Index: trunk/extensions/Translate/groups/Toolserver/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | # Checkout repository to $wgTranslateGroupRoot |
3 | 3 | cd %GROUPROOT% |
4 | | -svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/ToolserverI18N/ ToolserverI18N |
| 4 | +svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/ToolserverI18N/ toolserver |
5 | 5 | |
6 | 6 | # Add following code to LocalSettings.php or a file included by it: |
7 | 7 | $wgHooks['TranslatePostInitGroups'][] = array( 'setupToolserverI18N' ); |