mirror of
https://github.com/jonasrafa/kunkun-ext-google-search.git
synced 2025-04-03 17:56:45 +00:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
import type { Translation } from "./en"
|
|
|
|
export default {
|
|
welcome: "欢迎来到Kunkun"
|
|
} satisfies Translation
|