Skip to content

Commit

Permalink
intentionally fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alephtwo committed Mar 14, 2024
1 parent 84f773d commit 65d6cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ i18n
loadPath: `${import.meta.env.BASE_URL}/locales/{{lng}}.json`,
},
})
.catch((e) => console.error(e));
.catch((e) => console.error(e))

export default i18n;

0 comments on commit 65d6cfe

Please sign in to comment.