Explorar el Código

Merge pull request #3354 from AnYiEE/fix-type

Yifei Zhang hace 1 año
padre
commit
a62ab3c649
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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