Update index.ts

This commit is contained in:
Magrid 2024-04-22 22:29:24 +02:00 committed by GitHub
parent 9694c7d668
commit 00bc8c5db2

View File

@ -2,3 +2,4 @@ export { default as en } from "./en/translation.json";
export { default as pt } from "./pt/translation.json";
export { default as es } from "./es/translation.json";
export { default as fr } from "./fr/translation.json";
export { default as it } from "./it/translation.json";