r112272 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112271‎ | r112272 | r112273 >
Date:23:37, 23 February 2012
Author:pgehres
Status:ok
Tags:
Comment:
Adding the new i18n file to settings so that it is actually loaded. FU r112187
Modified paths:
  • /trunk/extensions/DonationInterface/donationinterface.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/donationinterface.php
@@ -688,6 +688,7 @@
689689
690690 // Load the interface messages that are shared across multiple gateways
691691 $wgExtensionMessagesFiles['DonateInterface'] = $donationinterface_dir . 'gateway_common/interface.i18n.php';
 692+$wgExtensionMessagesFiles['DonateInterfaceAlt'] = $donationinterface_dir . 'gateway_common/country.specific.i18n.php';
692693 $wgExtensionMessagesFiles['GatewayCountries'] = $donationinterface_dir . 'gateway_common/countries.i18n.php';
693694 $wgExtensionMessagesFiles['GatewayUSStates'] = $donationinterface_dir . 'gateway_common/us-states.i18n.php';
694695 $wgExtensionMessagesFiles['GatewayCAProvinces'] = $donationinterface_dir . 'gateway_common/canada-provinces.i18n.php';

Follow-up revisions

RevisionCommit summaryAuthorDate
r112275MFT r112272khorn23:51, 23 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112187Adding forms for second week of Africa testing (ET, GQ, KE, and TZ) as well a...pgehres06:25, 23 February 2012

Status & tagging log