From 0b54a33084d50a3d9c9f1dd615181101f47c8ba3 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino <120137721+thaleseuflauzino@users.noreply.github.com> Date: Tue, 27 Aug 2024 02:31:39 -0300 Subject: [PATCH] chore: Update index.ts --- src/locales/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index 10f128ae..9a0e2f63 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -1,5 +1,6 @@ export { default as en } from "./en/translation.json"; export { default as pt } from "./pt/translation.json"; +export { default as ptbr } from "./ptbr/translation.json"; export { default as es } from "./es/translation.json"; export { default as nl } from "./nl/translation.json"; export { default as fr } from "./fr/translation.json";