← Back to team overview

mahara-contributors team mailing list archive

[Bug 1371460] Re: Missing translations in js/customlayout.js

 

** Changed in: mahara
   Importance: Undecided => Medium

** Also affects: mahara/1.9
   Importance: Undecided
       Status: New

** Also affects: mahara/1.10
   Importance: Medium
       Status: New

** Also affects: mahara/1.8
   Importance: Undecided
       Status: New

** Changed in: mahara/1.10
    Milestone: None => 1.10.0

** Changed in: mahara/1.10
       Status: New => Confirmed

** Changed in: mahara/1.8
       Status: New => Confirmed

** Changed in: mahara/1.9
       Status: New => Confirmed

** Changed in: mahara/1.8
   Importance: Undecided => Medium

** Changed in: mahara/1.9
   Importance: Undecided => Medium

** Changed in: mahara/1.8
    Milestone: None => 1.8.5

** Changed in: mahara/1.9
    Milestone: None => 1.9.3

** Description changed:

- Version 1.9.1
+ In the file htdocs/js/customlayout.js there are hard-coded English
+ language strings.
  
- 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>');
+ "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" on line 112:  rowtitlediv.html('<strong>' + numrows + ' rows</strong>');
+ "Generating preview..." on line 224: $('#custompreview').html('<p>Generating preview...</p>');

** Description changed:

  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" on line 112:  rowtitlediv.html('<strong>' + numrows + ' rows</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>');

-- 
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:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.8 series:
  Confirmed
Status in Mahara 1.9 series:
  Confirmed

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