hydra/src/locales/index.ts

22 lines
1.1 KiB
TypeScript
Raw Normal View History

2024-04-18 10:46:06 +03:00
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 nl } from "./nl/translation.json";
2024-04-18 10:46:06 +03:00
export { default as fr } from "./fr/translation.json";
2024-04-21 22:11:37 +03:00
export { default as hu } from "./hu/translation.json";
2024-04-22 23:29:24 +03:00
export { default as it } from "./it/translation.json";
2024-05-02 16:50:41 +03:00
export { default as pl } from "./pl/translation.json";
2024-05-02 11:17:42 +03:00
export { default as ru } from "./ru/translation.json";
2024-05-05 13:56:09 +03:00
export { default as tr } from "./tr/translation.json";
2024-05-10 17:04:50 +03:00
export { default as be } from "./be/translation.json";
2024-05-12 03:58:05 +03:00
export { default as uk } from "./uk/translation.json";
export { default as zh } from "./zh/translation.json";
2024-05-12 09:49:11 +03:00
export { default as id } from "./id/translation.json";
2024-05-13 11:47:05 +03:00
export { default as ko } from "./ko/translation.json";
export { default as da } from "./da/translation.json";
2024-05-13 21:32:06 +03:00
export { default as ar } from "./ar/translation.json";
2024-05-13 19:19:20 +03:00
export { default as fa } from "./fa/translation.json";
2024-06-28 21:42:50 +03:00
export { default as ro } from "./ro/translation.json";
export { default as ca } from "./ca/translation.json";
2024-06-27 17:30:23 +03:00
export { default as kk } from "./kk/translation.json";