mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 02:13:59 +00:00
8 lines
385 B
TypeScript
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";
|