Files
hydra/src/locales/index.ts
2024-05-02 13:17:42 +05:00

8 lines
385 B
TypeScript

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 hu } from "./hu/translation.json";
export { default as it } from "./it/translation.json";
export { default as ru } from "./ru/translation.json";