← Back to team overview

mahara-contributors team mailing list archive

[Bug 1371460] [NEW] Missing translations in js/customlayout.js

 

Public bug reported:

Version 1.9.1

The following rows contain untranslated strings:

Row 11: $(newrow).find('.customrowtitle').html('<strong>Row ' + (numrows + 1) + '</strong>');
Row 39: $(this).find('.customrowtitle').html('<strong>Row ' + inc + '</strong>');
Row 112:  rowtitlediv.html('<strong>' + numrows + ' rows</strong>');
Row 224: $('#custompreview').html('<p>Generating preview...</p>');

** Affects: mahara
     Importance: Undecided
         Status: New


** Tags: translations

-- 
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:
  New

Bug description:
  Version 1.9.1

  The following rows contain untranslated strings:

  Row 11: $(newrow).find('.customrowtitle').html('<strong>Row ' + (numrows + 1) + '</strong>');
  Row 39: $(this).find('.customrowtitle').html('<strong>Row ' + inc + '</strong>');
  Row 112:  rowtitlediv.html('<strong>' + numrows + ' rows</strong>');
  Row 224: $('#custompreview').html('<p>Generating preview...</p>');

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


Follow ups

References