← Back to team overview

mahara-contributors team mailing list archive

[Bug 1371460] A patch has been submitted for review

 

Patch for "1.10_STABLE" branch: https://reviews.mahara.org/3773

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1371460

Title:
  Missing translations in js/customlayout.js

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.8 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed

Bug description:
  In the file htdocs/js/customlayout.js there are hard-coded English
  language strings.

  "Row %s" on line 11: $(newrow).find('.customrowtitle').html('<strong>Row ' + (numrows + 1) + '</strong>');
  "Row %s" on line 39: $(this).find('.customrowtitle').html('<strong>Row ' + inc + '</strong>');
  "%s rows" (note this one's a plural string) on line 112:  rowtitlediv.html('<strong>' + numrows + ' rows</strong>');
  "Generating preview..." on line 224: $('#custompreview').html('<p>Generating preview...</p>');

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1371460/+subscriptions


References