mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
22 lines
1.1 KiB
TypeScript
22 lines
1.1 KiB
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 zh } from "./zh/translation.json";
|
|
export { default as id } from "./id/translation.json";
|
|
export { default as ko } from "./ko/translation.json";
|
|
export { default as da } from "./da/translation.json";
|
|
export { default as ar } from "./ar/translation.json";
|
|
export { default as fa } from "./fa/translation.json";
|
|
export { default as ro } from "./ro/translation.json";
|
|
export { default as ca } from "./ca/translation.json";
|
|
export { default as kk } from "./kk/translation.json";
|