fix: error in index.ts, was ptbr

This commit is contained in:
Thales Euflauzino 2024-08-27 02:45:38 -03:00
parent 5b493d8050
commit f4e4f7a61c

View file

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