mirror of
https://github.com/kunkunsh/kunkun-ext-ossinsight.git
synced 2025-04-03 17:16:41 +00:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
const en = {
|
|
welcome: "Welcome to Kunkun"
|
|
}
|
|
export default en
|
|
export type Translation = typeof en
|