From 73436d44721c8545f8be8119288863280a8d14e9 Mon Sep 17 00:00:00 2001 From: expload <38076731+expload233@users.noreply.github.com> Date: Sun, 12 May 2024 18:51:41 +0800 Subject: [PATCH] import Chinese translation to index.ts file --- src/locales/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index 52933ed1..c3c48a51 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -9,3 +9,4 @@ export { default as ru } from "./ru/translation.json"; export { default as tr } from "./tr/translation.json"; export { default as be } from "./be/translation.json"; export { default as uk } from "./uk/translation.json"; +export { default as zh } from "./zh/translation.json";