Update index.ts

This commit is contained in:
Ward
2024-05-18 13:36:53 +12:00
committed by GitHub
parent bdf4176b5d
commit e1f84e168d
+1
View File
@@ -5,6 +5,7 @@ const defaultLocale = 'en';
register('en', () => import('./locales/en.json'));
register('ru', () => import('./locales/ru.json'));
register('zh-CN', () => import('./locales/zh-CN.json'));
init({
fallbackLocale: defaultLocale,