Skip to content

Commit

Permalink
TODO: Fix localization import for vite
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 18, 2024
1 parent 6e624b2 commit 74d536e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/utils/localization.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import localeStrings from "i18n!nls/locale";
// import localeStrings from "i18n!nls/locale";

/**
* @param {String} strToLocalize
* @returns
*/

// TODO: Fix this for vite.
const localeStrings = [];

let localeStringsSubset = [];

export function localize(strToLocalize) {
Expand Down

0 comments on commit 74d536e

Please sign in to comment.