mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 12:21:03 +00:00
6 lines
275 B
TypeScript
6 lines
275 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 it } from "./it/translation.json";
|