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 de7e678 commit 3a342ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ON CONFLICT ( language, singular, plural ) DO UPDATE SET
translations = EXCLUDED.translations
`.prepare(),

"getTranslatedMessage": sql`SELECT * FROM message WHERE language = ? AND singujar = ? AND plural = ?`.prepare(),
"getTranslatedMessage": sql`SELECT * FROM message WHERE language = ? AND singular = ? AND plural = ?`.prepare(),
};

export default class {
Expand Down

0 comments on commit 3a342ad

Please sign in to comment.