Skip to content

Commit

Permalink
fix: update AllowedLocaleKeys union
Browse files Browse the repository at this point in the history
  • Loading branch information
gciotola committed Feb 20, 2023
1 parent af31a1e commit 251ef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cart/@typing/react-i18next.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "react-i18next"
import commonEn from "#assets/locales/en/common.json"

declare module "react-i18next" {
export type AllowedLocaleKeys = "en" | "it"
export type AllowedLocaleKeys = "en" | "it" | "de"

type AppResources = {
common: typeof commonEn
Expand Down

0 comments on commit 251ef9a

Please sign in to comment.