Skip to content

Commit

Permalink
fix: update localize
Browse files Browse the repository at this point in the history
  • Loading branch information
lubega-deriv committed Aug 2, 2024
1 parent 862b538 commit e80208a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/localize.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { str as crc32 } from "crc-32";
import i18next from "i18next";

/**
* @param {string} string
* @param {Record<string, unknown>} values
* @returns {string}
*/
export default function localize(
string: string,
values?: Record<string, unknown>
Expand Down

0 comments on commit e80208a

Please sign in to comment.