The database description fields should not be localized. See http://drupal.org/node/332123.

It's more of a detail, but I've run into a situation where, with strongarm, t() gets called very early, caching string_overrides. This is not a bug, but it does cause some headaches and there seems to be good reasons not to use t() in schema descriptions anyways.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jonvk’s picture

Status: Active » Needs review
FileSize
5.17 KB

Here's a simple patch that should remove t()s in schema descriptions (hook_shema and hook_update_N).