r112275 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112274‎ | r112275 | r112276 >
Date:23:51, 23 February 2012
Author:khorn
Status:deferred
Tags:
Comment:
Modified paths:
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/donationinterface.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/payments_1.17/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';
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/donationinterface.php
___________________________________________________________________
Modified: svn:mergeinfo
695696 Merged /trunk/extensions/DonationInterface/donationinterface.php:r112272

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112272Adding the new i18n file to settings so that it is actually loaded. FU r112187pgehres23:37, 23 February 2012

Status & tagging log