Skip to content

Commit

Permalink
fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Feb 17, 2024
1 parent d608940 commit aa26963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/package/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ CREATE TABLE IF NOT EXISTS message (
INSERT INTO message
(
language,
msgid_plural,
id,
translations
)
VALUES
( ?, ?, ?, ? )
( ?, ?, ? )
ON CONFLICT ( language, id ) DO UPDATE SET
translations = EXCLUDED.translations
`.prepare(),
Expand Down

0 comments on commit aa26963

Please sign in to comment.