This is a placeholder issue to remind me about this task. Core (both 6.x and 7.x) already moved away from having t() in schema descriptions, as it makes little sense to translate them (never really shown to the user), and it's unneeded extra weight to the localization system. Having descriptions without t() is now the policy at Drupal AFAICT.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cat-schema-t.patch | 18.79 KB | JirkaRybka |
Comments
Comment #1
JirkaRybka commentedThis is really simple and safe one: Just removed a couple of now unwanted t()'s, added a few missing descriptions, and fixed one mention of a primary key, which isn't actually defined.
I tested that it parses with no error (by running update.php), so it should be ready to go.
Comment #2
Jaza commentedCommitted to HEAD. Thanks! See:
#158598: Category port for Drupal 6.x