fix chinese i18n types (#2080)

This commit is contained in:
Lukas
2022-04-13 12:05:15 +02:00
committed by GitHub
parent 08e843549c
commit 348f6f68cd
14 changed files with 30 additions and 28 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import type { BaseTranslation } from "../i18n-types";
import type { Translation } from "../i18n-types";
const camera: BaseTranslation = {
const camera: NonNullable<Translation["camera"]> = {
enable: {
title: "开启你的摄像头和麦克风",
start: "出发!",