Index: trunk/extensions/Translate/groups/PageTranslationAgg.yaml |
— | — | @@ -1,15 +0,0 @@ |
2 | | -# Enable this group if you want to have aggregate group for all page |
3 | | -# page translation groups. You can also add this configuration: |
4 | | -# $wgTranslateGroupStructure['/^page/'] = array( 'page' ); |
5 | | - |
6 | | -BASIC: |
7 | | - id: page-0-all |
8 | | - label: Translatable pages |
9 | | - display: page |
10 | | - meta: yes |
11 | | - class: AggregateMessageGroup |
12 | | - description: '{{int:translate-group-desc-translatablepages}}' |
13 | | - namespace: NS_TRANSLATIONS |
14 | | - |
15 | | -GROUPS: |
16 | | - - page|* |
Index: trunk/extensions/Translate/groups/README |
— | — | @@ -0,0 +1,3 @@ |
| 2 | +This folder can contain configuration for message groups or supported products
|
| 3 | +for the Translate extension. Configuration files for translatewiki.net are
|
| 4 | +maintained at http://svn.wikimedia.org/svnroot/mediawiki/trunk/translatewiki/.
|
Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | /** |
17 | 17 | * Version number used in extension credits and in other placed where needed. |
18 | 18 | */ |
19 | | -define( 'TRANSLATE_VERSION', '2011-09-28' ); |
| 19 | +define( 'TRANSLATE_VERSION', '2011-09-29' ); |
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Extension credits properties. |
Index: trunk/extensions/Translate/README |
— | — | @@ -29,6 +29,8 @@ |
30 | 30 | http://translatewiki.net/docs/Translate/html/ |
31 | 31 | |
32 | 32 | == Change log == |
| 33 | +* 2011-09-29 |
| 34 | +- Groups folder was cleaned. See groups/README for more information. |
33 | 35 | * 2011-09-28 |
34 | 36 | - Started taking PHP code out of the groups/ folder anticipating Wikimedia |
35 | 37 | review. Later we will move all content of the groups folder elsewhere to |