Update index.ts

This commit is contained in:
Ward
2024-05-29 07:48:21 +12:00
committed by GitHub
parent f014c123c4
commit dd40aed791
+1
View File
@@ -6,6 +6,7 @@ const defaultLocale = 'en';
register('en', () => import('./locales/en.json'));
register('ru', () => import('./locales/ru.json'));
register('zh-CN', () => import('./locales/zh-CN.json'));
register('tr', () => import('./locales/tr.json'));
init({
fallbackLocale: defaultLocale,