r73230 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73229‎ | r73230 | r73231 >
Date:18:04, 17 September 2010
Author:siebrand
Status:deferred
Tags:
Comment:
* update grouping for StatusNet
* add aggregate group for StatusNet plugins
Modified paths:
  • /trunk/extensions/Translate/Translate.php (modified) (history)
  • /trunk/extensions/Translate/groups/StatusNet/StatusNet.yaml (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/StatusNet/StatusNet.yaml
@@ -41,8 +41,21 @@
4242
4343 GROUPS:
4444 - out-statusnet-core
 45+ - out-statusnet-plugin-*
4546 ---
4647 BASIC:
 48+ id: out-statusnet-plugins-0-all
 49+ label: All StatusNet plugin messages
 50+ description: "{{int:bw-desc-statusnet}}"
 51+ display: out/statusnet/plugins
 52+ meta: yes
 53+ class: AggregateMessageGroup
 54+
 55+GROUPS:
 56+ - out-statusnet-core
 57+ - out-statusnet-plugin-*
 58+---
 59+BASIC:
4760 id: out-statusnet-core
4861 label: StatusNet - Core
4962 description: "{{int:bw-desc-statusnet}}"
@@ -55,6 +68,7 @@
5669 BASIC:
5770 id: out-statusnet-plugin-adsense
5871 label: StatusNet - Adsense
 72+ display: out/statusnet/plugins/adsense
5973
6074 FILES:
6175 sourcePattern: %GROUPROOT%/statusnet/plugins/Adsense/locale/%CODE%/LC_MESSAGES/Adsense.po
Index: trunk/extensions/Translate/Translate.php
@@ -15,7 +15,7 @@
1616 /**
1717 * Version number used in extension credits and in other placed where needed.
1818 */
19 -define( 'TRANSLATE_VERSION', '2010-08-20' );
 19+define( 'TRANSLATE_VERSION', '2010-09-17' );
2020
2121 /**
2222 * Extension credits properties.
@@ -295,6 +295,8 @@
296296 '/^out-okawix/' => array( 'okawix' ),
297297 '/^out-osm/' => array( 'osm' ),
298298 '/^out-shapado/' => array( 'shapado' ),
 299+ '/^out-statusnet/' => array( 'statusnet' ),
 300+ '/^out-statusnet-plugins/' => array( 'statusnet-plugins' ),
299301 // '/^page\|/' => array( 'page' ),
300302 );
301303

Status & tagging log