fix chinese i18n types (#2080)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { BaseTranslation } from "../i18n-types";
|
||||
import type { Translation } from "../i18n-types";
|
||||
|
||||
const chat: BaseTranslation = {
|
||||
const chat: NonNullable<Translation["chat"]> = {
|
||||
intro: "聊天历史:",
|
||||
enter: "输入消息...",
|
||||
menu: {
|
||||
|
||||
Reference in New Issue
Block a user