vtdung2305 / bakesale

Automatically exported from code.google.com/p/bakesale
0 stars 0 forks source link

Untranslatable string #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PROBLEM:

The "Loading..." message appearing while the cart is updated via ajax is
currently impossible to translate.

SOLUTION:

In /app/webroot/js/bs/shop_3_ajax_cart.js:

Find: 

$('#right').prepend('<div id="temp-cart1"><div
id="temp-cart2">Loading</div></div>');

Replace:

$('#secondary').prepend('<div id="temp-cart1"><div id="temp-cart2"><?php
echo BS_LOADING; ?></div></div>');

Original issue reported on code.google.com by jaime.it...@gmail.com on 20 Mar 2008 at 7:21

GoogleCodeExporter commented 9 years ago

Original comment by putkonen...@gmail.com on 13 Apr 2009 at 8:19