Skip to content

Commit 6527074

Browse files
committed
fix(locales): type error in pt.ts
1 parent f248593 commit 6527074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/locales/pt.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { SubmitKey } from "../store/config";
2-
import { LocaleType } from "../locales/index";
2+
import { PartialLocaleType } from "../locales/index";
33
import { getClientConfig } from "../config/client";
44

55
const isApp = !!getClientConfig()?.isApp;
66

7-
const pt: LocaleType = {
7+
const pt: PartialLocaleType = {
88
WIP: "Em breve...",
99
Error: {
1010
Unauthorized: isApp

0 commit comments

Comments
 (0)