mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
6 lines
330 B
TypeScript
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";
|