瀏覽代碼

fix(locales): type error in pt.ts

安忆 1 年之前
父節點
當前提交
6527074cde
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/locales/pt.ts

+ 2 - 2
app/locales/pt.ts

@@ -1,10 +1,10 @@
 import { SubmitKey } from "../store/config";
-import { LocaleType } from "../locales/index";
+import { PartialLocaleType } from "../locales/index";
 import { getClientConfig } from "../config/client";
 
 const isApp = !!getClientConfig()?.isApp;
 
-const pt: LocaleType = {
+const pt: PartialLocaleType = {
   WIP: "Em breve...",
   Error: {
     Unauthorized: isApp