fix(locale): remove emoji fallback for Chinese (#3134)

This commit is contained in:
Howard Guo
2025-01-25 01:37:33 +08:00
committed by GitHub
parent ac86ee01b9
commit 1a95104631
4 changed files with 5 additions and 6 deletions

View File

@@ -26,5 +26,5 @@ export { default as th } from './th'
export { default as tr } from './tr'
export { default as uk } from './uk'
export { default as vi } from './vi'
export { default as zh_hans } from './zh_hans'
export { default as zh_hant } from './zh_hant'
export { default as zh_cn } from './zh_cn'
export { default as zh_tw } from './zh_tw'