From 15c21164e40bbc3fc9599cd558ec86a5970b9766 Mon Sep 17 00:00:00 2001 From: Thales Euflauzino Date: Tue, 27 Aug 2024 14:40:16 -0300 Subject: [PATCH] chore: updating translation location --- src/locales/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/index.ts b/src/locales/index.ts index 7cef7a5e..f698976f 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 "./br/translation.json"; +export { default as ptPT } from "./pt-PT/translation.json"; +export { default as ptBR } from "./pt-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";