Parcourir la source

fix(locales): type error in pt.ts

安忆 il y a 1 an
Parent
commit
6527074cde
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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