Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#3354 from AnYiEE/fix-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Nov 27, 2023
2 parents bfb7b98 + 6527074 commit a62ab3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/locales/pt.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a62ab3c

Please sign in to comment.