Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,5 +1,5 @@ |
2 | | -This file lists changes on this extension. |
3 | | -Localisation updates are done on betawiki and aren't listed here. |
| 2 | +This file lists changes on this extension. Localisation updates are done |
| 3 | +through translatewiki.net and are not listed here. |
4 | 4 | |
5 | 5 | 0.15.18 - 31 March 2010 |
6 | 6 | Fixed API module to work with current version of MediaWiki. |
Index: trunk/extensions/Wikidata/util/voctrain/i18n/language.php |
— | — | @@ -60,9 +60,9 @@ |
61 | 61 | } |
62 | 62 | |
63 | 63 | |
64 | | - /** safe takes a string and makes it safe for use as a key on betawiki. |
65 | | - * betawiki (http://translatewiki.net/) will translate my i18n for me |
66 | | - * if I do this. So it's a fair trade. |
| 64 | + /** safe takes a string and makes it safe for use as a key on |
| 65 | + * translatewiki. http://translatewiki.net will translate my i18n for |
| 66 | + * me if I do this. So it's a fair trade. |
67 | 67 | */ |
68 | 68 | public static function safe( $string ) { |
69 | 69 | if ( substr_count( $string, "voctrain_" ) == 0 ) { |
Index: trunk/extensions/Wikidata/util/voctrain/i18n/getkey.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | require_once( "language.php" ); |
9 | 9 | |
10 | 10 | print "phrase: $phrase\n"; |
11 | | -print "betawiki key: " . Language::safe( $phrase ) . "\n"; |
| 11 | +print "translatewiki.net key: " . Language::safe( $phrase ) . "\n"; |
12 | 12 | $language = new Language(); |
13 | 13 | print "translation:\n"; |
14 | 14 | print "- default: " . $language->translate( $phrase ) . "\n"; |