mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 10:03:56 +00:00
14 lines
715 B
TypeScript
14 lines
715 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 nl } from "./nl/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 pl } from "./pl/translation.json";
|
|
export { default as ru } from "./ru/translation.json";
|
|
export { default as tr } from "./tr/translation.json";
|
|
export { default as be } from "./be/translation.json";
|
|
export { default as uk } from "./uk/translation.json";
|
|
export { default as id } from "./id/translation.json";
|