Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/donationinterface.php |
— | — | @@ -688,6 +688,7 @@ |
689 | 689 | |
690 | 690 | // Load the interface messages that are shared across multiple gateways |
691 | 691 | $wgExtensionMessagesFiles['DonateInterface'] = $donationinterface_dir . 'gateway_common/interface.i18n.php'; |
| 692 | +$wgExtensionMessagesFiles['DonateInterfaceAlt'] = $donationinterface_dir . 'gateway_common/country.specific.i18n.php'; |
692 | 693 | $wgExtensionMessagesFiles['GatewayCountries'] = $donationinterface_dir . 'gateway_common/countries.i18n.php'; |
693 | 694 | $wgExtensionMessagesFiles['GatewayUSStates'] = $donationinterface_dir . 'gateway_common/us-states.i18n.php'; |
694 | 695 | $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 |
695 | 696 | Merged /trunk/extensions/DonationInterface/donationinterface.php:r112272 |