RajatShukla / getpaid

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

i18n:attributes not i18n:translatable #248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

in  portlet-content-shippable.pt

          <input type="submit"
                     i18n:translate="label_add_to_cart"
                     value="Add to Cart" />
 should be remplaced by
          <input type="submit"
                     i18n:attributes="value label_add_to_cart"
                     value="Add to Cart" />
otherwise the input button is not translated, and on its side appeared the
wanted translation
same problem with portlet-content-premium.pt
and portlet-content-buyable.pt

Original issue reported on code.google.com by danielle...@gmail.com on 12 Apr 2009 at 9:04

GoogleCodeExporter commented 9 years ago
Fixed in revision r2460. Closing fixed.

Original comment by ilja.eve...@gtempaccount.com on 27 May 2009 at 8:11