UNPKG

glass-app-manager

Version:

Informatica's Glass Framework CLI for bootstrapping

32 lines (29 loc) 938 B
import en from "./en/translations"; import es from "./es/translations"; import de from "./de/translations"; import fr from "./fr/translations"; import ko from "./ko/translations"; import ja from "./ja/translations"; import ru from "./ru/translations"; import pt_BR from "./pt_BR/translations"; import zh_CN from "./zh_CN/translations"; export { default as en } from "./en/translations"; export { default as es } from "./es/translations"; export { default as de } from "./de/translations"; export { default as fr } from "./fr/translations"; export { default as ko } from "./ko/translations"; export { default as ja } from "./ja/translations"; export { default as ru } from "./ru/translations"; export { default as pt_BR } from "./pt_BR/translations"; export { default as zh_CN } from "./zh_CN/translations"; export default { en, es, de, fr, ko, ja, ru, pt_BR, zh_CN, };