chore: updating translation location

This commit is contained in:
Thales Euflauzino 2024-08-27 14:40:16 -03:00
parent dab12cb316
commit 15c21164e4

View File

@ -1,6 +1,6 @@
export { default as en } from "./en/translation.json"; export { default as en } from "./en/translation.json";
export { default as pt } from "./pt/translation.json"; export { default as ptPT } from "./pt-PT/translation.json";
export { default as br } from "./br/translation.json"; export { default as ptBR } from "./pt-BR/translation.json";
export { default as es } from "./es/translation.json"; export { default as es } from "./es/translation.json";
export { default as nl } from "./nl/translation.json"; export { default as nl } from "./nl/translation.json";
export { default as fr } from "./fr/translation.json"; export { default as fr } from "./fr/translation.json";