[Mapbender-dev] i18n - table translations

Astrid Emde (WhereGroup) astrid.emde at wheregroup.com
Mon Aug 13 03:40:01 EDT 2007


Hi devs, hi peter, hi christoph,

 I have a question about the new table translation.

 At the moment the table looks like this:

CREATE TABLE public.translations
(
  trs_id int4 NOT NULL DEFAULT nextval('translations_trs_id_seq'::regclass),
  locale varchar(8),
  msgid varchar(512),
  msgstr varchar(512),
  CONSTRAINT translations_pkey PRIMARY KEY (trs_id)
);

Do we need the column trs_id ? Or can we skip it? It would we easier 
without the column, as we won't get problems with double entries in the 
trs_id column.

What do you think?

Best regards astrid


More information about the Mapbender_dev mailing list