From 9f36a70f383b9b8fbb4c73ae077a1fb8ce0e846b Mon Sep 17 00:00:00 2001 From: Kyo-70 <80365066+Kyo-70@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:26:37 -0400 Subject: [PATCH] Update index.ts Now I've done it --- src/resources/locales/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/resources/locales/index.ts b/src/resources/locales/index.ts index eff6c9f8..e305f8d4 100644 --- a/src/resources/locales/index.ts +++ b/src/resources/locales/index.ts @@ -12,6 +12,7 @@ import ru from "./ru.json"; import uk from "./uk.json"; import zhCN from "./zh-CN.json"; import zhTW from "./zh-TW.json"; +import ptBR from "./pt-BR.json"; export default { ca, @@ -27,5 +28,6 @@ export default { it, uk, ja, + "pt-BR": ptBR, "de-DE": deDE };