소스 검색

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 { SubmitKey } from "../store/config";
-import { LocaleType } from "../locales/index";
+import { PartialLocaleType } from "../locales/index";
 import { getClientConfig } from "../config/client";
 import { getClientConfig } from "../config/client";
 
 
 const isApp = !!getClientConfig()?.isApp;
 const isApp = !!getClientConfig()?.isApp;
 
 
-const pt: LocaleType = {
+const pt: PartialLocaleType = {
   WIP: "Em breve...",
   WIP: "Em breve...",
   Error: {
   Error: {
     Unauthorized: isApp
     Unauthorized: isApp