Update date translations when locale changes
This commit is contained in:
parent
96fa0b0488
commit
22eeacfe67
7 changed files with 35 additions and 15 deletions
|
|
@ -39,3 +39,8 @@ export const useTWAStore = create(set => ({
|
|||
TWA: undefined,
|
||||
setTWA: TWA => set({ TWA }),
|
||||
}));
|
||||
|
||||
export const useLocaleUpdateStore = create(set => ({
|
||||
locale: undefined,
|
||||
setLocale: locale => set({ locale }),
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue