feat(locale): translate chinese (#2580)

This commit is contained in:
BlackWhite
2024-11-09 17:40:42 +08:00
committed by GitHub
parent 20379f51cc
commit febda5c2b6
3 changed files with 76 additions and 0 deletions

View File

@@ -2,3 +2,5 @@ export { default as de } from './de'
export { default as en } from './en'
export { default as fr } from './fr'
export { default as ru } from './ru'
export { default as zh_hans } from './zh_hans'
export { default as zh_hant } from './zh_hant'