From f4e4f7a61cc84a7b782d6a0246c90e5d09354d21 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Tue, 27 Aug 2024 02:45:38 -0300 Subject: [PATCH] fix: error in index.ts, was ptbr --- src/locales/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/index.ts b/src/locales/index.ts index a7853d14..7cef7a5e 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -1,6 +1,6 @@ export { default as en } from "./en/translation.json"; export { default as pt } from "./pt/translation.json"; -export { default as br } from "./ptbr/translation.json"; +export { default as br } from "./br/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";