Index: trunk/extensions/Translate/ffs/MediaWikiExtensions.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @author Niklas Laxström |
8 | | - * @copyright Copyright © 2008-2010, Niklas Laxström |
| 8 | + * @copyright Copyright © 2008-2012, Niklas Laxström |
9 | 9 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
10 | 10 | */ |
11 | 11 | |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | protected $definitionFile = null; |
18 | 18 | protected $useConfigure = true; |
19 | 19 | protected $idPrefix = 'ext-'; |
20 | | - protected $namespaces = array( NS_MEDIAWIKI, NS_MEDIAWIKI_TALK ); |
| 20 | + protected $namespace = NS_MEDIAWIKI; |
21 | 21 | |
22 | 22 | public function __construct() { |
23 | 23 | global $wgTranslateExtensionDirectory; |
Index: trunk/extensions/Translate/ffs/ToolserverTextdomains.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | * @file |
7 | 7 | * @author Niklas Laxström |
8 | 8 | * @author Krinkle |
9 | | - * @copyright Copyright © 2008-2010, Niklas Laxström |
| 9 | + * @copyright Copyright © 2008-2012, Niklas Laxström |
10 | 10 | * @copyright Copyright © 2011, Krinkle |
11 | 11 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
12 | 12 | */ |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | protected $useConfigure = false; |
19 | 19 | protected $groups; |
20 | 20 | protected $idPrefix = 'tsint-'; |
21 | | - protected $namespaces = array( NS_TOOLSERVER, NS_TOOLSERVER_TALK ); |
| 21 | + protected $namespace = NS_TOOLSERVER; |
22 | 22 | |
23 | 23 | public function __construct() { |
24 | 24 | global $wgTranslateGroupRoot; |
Index: trunk/extensions/Translate/ffs/WikiaExtensions.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @author Niklas Laxström |
8 | | - * @copyright Copyright © 2008-2010, Niklas Laxström |
| 8 | + * @copyright Copyright © 2008-2012, Niklas Laxström |
9 | 9 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
10 | 10 | */ |
11 | 11 | |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | protected $useConfigure = false; |
17 | 17 | protected $idPrefix = 'wikia-'; |
18 | 18 | protected $path = null; |
19 | | - protected $namespaces = array( NS_WIKIA, NS_WIKIA_TALK ); |
| 19 | + protected $namespace = NS_WIKIA; |
20 | 20 | |
21 | 21 | public function __construct() { |
22 | 22 | global $wgTranslateGroupRoot; |