refactor(i18n): lazy load languages (#8456)

closes AF-1397
This commit is contained in:
forehalo
2024-10-10 09:03:06 +00:00
parent f833017e45
commit 9043e6607e
60 changed files with 731 additions and 668 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import dayjs from 'dayjs';
import { I18n } from '../i18n';
import { I18n } from '../i18next';
export type TimeUnit =
| 'second'