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";