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";