This patch simply wraps the field label with t() when declaring the cck widget to make it consistent with other cck modules.
| Comment | File | Size | Author |
|---|---|---|---|
| fivestar_field_label_i18n.patch | 844 bytes | floretan |
This patch simply wraps the field label with t() when declaring the cck widget to make it consistent with other cck modules.
| Comment | File | Size | Author |
|---|---|---|---|
| fivestar_field_label_i18n.patch | 844 bytes | floretan |
Comments
Comment #1
quicksketchThanks. Normally translating dynamic strings like this is a bad practice, but it's what CCK does itself for field labels, so we'll have to assume this is what most translators will expect. Committed to both 5.x and 6.x branches.
Comment #3
joostvdl commentedI tested this patch and it works. Please change it in the core.
Comment #4
ezra-g commentedThis is already committed as per the comment in #1.