hydra/src/locales/index.ts
2024-04-24 10:40:25 +01:00

6 lines
330 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";