From 8607b2cde1387c33a07cc48845211bb0fe153e41 Mon Sep 17 00:00:00 2001 From: CSDN4399 Date: Thu, 14 Nov 2024 13:58:52 +0800 Subject: [PATCH] translate-zh translate-zh --- src/locales/index.ts | 2 ++ src/locales/{cn.json => zh.json} | 0 2 files changed, 2 insertions(+) rename src/locales/{cn.json => zh.json} (100%) diff --git a/src/locales/index.ts b/src/locales/index.ts index b0e7dabc9..44fa4310b 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -11,3 +11,5 @@ export { default as pt } from "./pt.json" export { default as pl } from "./pl.json" export { default as fi } from "./fi.json" export { default as ru } from "./ru.json" +export { default as zh } from "./zh.json" + diff --git a/src/locales/cn.json b/src/locales/zh.json similarity index 100% rename from src/locales/cn.json rename to src/locales/zh.json