MediaWiki:DonationForm.js: Difference between revisions
Content deleted Content added
modify updateFeeDisplay to not show PTF if it would take donation over max amount |
use es-419 in US too |
||
Line 719:
( params.country === 'AR' || params.country === 'CL' ||
params.country === 'CO' || params.country === 'MX' ||
params.country === 'PE' || params.country === 'UY'
params.country === 'US' )
) {
params.uselang = 'es-419';
|