Yuki Takei 1 năm trước cách đây
mục cha
commit
f243bdfd4a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      apps/app/config/i18next.config.js

+ 2 - 2
apps/app/config/i18next.config.js

@@ -1,6 +1,6 @@
-const { Lang, AllLang } = require('@growi/core');
+const { Lang, AllLang } = require('@growi/core/dist/interfaces');
 
-/** @type {Lang} */
+/** @type {import('@growi/core/dist/interfaces').Lang} */
 const defaultLang = Lang.en_US;
 
 /** @type {import('i18next').InitOptions} */