瀏覽代碼

add translation file for i18n

Yuken Tezuka 3 年之前
父節點
當前提交
7319f2f3be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/app/src/pages/me/[[...path]].page.tsx

+ 1 - 1
packages/app/src/pages/me/[[...path]].page.tsx

@@ -196,7 +196,7 @@ export const getServerSideProps: GetServerSideProps = async(context: GetServerSi
 
   await injectUserUISettings(context, props);
   await injectServerConfigurations(context, props);
-  await injectNextI18NextConfigurations(context, props, ['translation']);
+  await injectNextI18NextConfigurations(context, props, ['translation', 'admin']);
 
   return {
     props,