This commit is contained in:
GH Action - Upstream Sync
2023-11-28 01:04:51 +00:00
6 changed files with 38 additions and 22 deletions

View File

@@ -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