Closed (fixed)
Project:
Citizens Connected
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
7 Dec 2012 at 03:29 UTC
Updated:
7 Dec 2012 at 16:33 UTC
Jump to comment: Most recent file
Coder review flagged some content that's being translated twice, and some that's not being translated and should be.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | citizens_connected-translation-fixes-1860732-1.patch | 4.42 KB | ian clysdale |
Comments
Comment #1
ian clysdale commentedHere's a patch that in some places adds a t() call to text values being used in admin functions where they weren't being used, or in others removes the t() call in the title of menu items, where Drupal automatically calls it. Because i18n is hyper-intuitive like that. This deals with all i18n related issues in coder-review.
Again, this patch is against a version of the codebase that has already had my coder review formatting patch applied to it.
Comment #2
ian clysdale commentedComment #3
sebsebseb123 commentedGood catch. Patch applied!