IDs should be, well, IDs
parent
49027505ae
commit
b2f68c6b07
|
@ -16,5 +16,5 @@ CREATE TABLE i18n (
|
|||
CREATE UNIQUE INDEX i18n_pk on i18n (lang, id);
|
||||
|
||||
INSERT INTO i18n VALUES ('en', 1, 'I want to have this conversation in English language');
|
||||
INSERT INTO i18n VALUES ('de', 1, 'Ich möchte diese Unterhaltung auf Deutsch führen');
|
||||
INSERT INTO i18n VALUES ('de', 2, 'Ich möchte diese Unterhaltung auf Deutsch führen');
|
||||
' add more languages here
|
||||
|
|
Loading…
Reference in New Issue