Skip to content

Commit

Permalink
🌐i18n support
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvis2f committed Mar 25, 2024
1 parent f09608f commit 523bc81
Show file tree
Hide file tree
Showing 150 changed files with 2,237 additions and 373 deletions.
4 changes: 4 additions & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Use type safe message keys with `next-intl`
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
type Messages = typeof import("./messages/en.json");
type IntlMessages = Messages;
Loading

0 comments on commit 523bc81

Please sign in to comment.