Closed (fixed)
Project:
Category
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
6 Jun 2009 at 20:22 UTC
Updated:
19 Aug 2009 at 05:30 UTC
Jump to comment: Most recent file
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