I have found some strings that cannot be translated because they aren't wrapped into the t() function. I'm attaching a patch that fixes it.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | checkout_settings.png | 49.86 KB | adam_b |
| #2 | uc_coupons_translations_2.patch | 1.64 KB | danillonunes |
| uc_coupon_translations.patch | 2.02 KB | danillonunes |
Comments
Comment #1
adam_b commentedI think there's another one, which is visible to the public:
"Enter a coupon code for this order."
Sorry, I haven't done patches before or I'd update it myself.
Comment #2
danillonunes commentedGreat, adam_b!
Although this string can be changed via web interface, I think it should be translatable too. Here is the patch for this last string only.
Comment #3
adam_b commentedAha - where's the web interface for this? I'm actually using the String overrides module to change the wording.
Comment #4
danillonunes commentedIn admin/store/settings/checkout/edit/panes
Comment #5
adam_b commentedUmmm... maybe it's the drugs, but I'm not seeing anything relating to coupons on that page - see attached screenshot.
I get editing fields for:
- Checkout instructions
- Checkout review instructions
- Checkout completion message header
- Checkout completion message body (3x variants)
- Continue shopping message
Comment #6
longwaveIt's on "checkout panes" under "Coupon discount settings", not "checkout messages". Probably not the most intuitive of places to keep it...
Comment #7
adam_b commentedGot it... regular progress may now resume. Thanks, and sorry to hijack this thread.
Comment #8
longwaveCommitted. Thanks for the patches!