mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #21002
[Bug 1371460] Re: Missing translations in js/customlayout.js
** Changed in: mahara/1.10
Status: In Progress => Fix Committed
--
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