From 6527074cdea14d1ba0506e611a300ea3d155acfb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=89=E5=BF=86?= <i@anyi.in>
Date: Thu, 23 Nov 2023 11:02:20 +0800
Subject: [PATCH] fix(locales): type error in pt.ts

---
 app/locales/pt.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/locales/pt.ts b/app/locales/pt.ts
index 55a404970..85226ed50 100644
--- a/app/locales/pt.ts
+++ b/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