const en = { welcome: "Welcome to Kunkun" } export default en export type Translation = typeof en