@techui/locales
English | 中文
English
Introduction
@techui/locales is a multi-language support package for the TechUI component library. It provides internationalization (i18n) capabilities to help developers build applications that support multiple languages.
The package now exposes a default localeLoader entry so locale resources can be loaded through a unified API:
import localeLoader from "@techui/locales"
await localeLoader.ensure("en")
Supported Languages
- Simplified Chinese (
zh-CN)
- Traditional Chinese (
zh-TW)
- English (
en)
Package Information
Contact
If you have any questions or suggestions, please contact:
中文
简介
@techui/locales 是 TechUI 组件库的多语言支持包,提供国际化(i18n)功能,帮助开发者构建支持多语言的应用程序。
该包现在默认导出 localeLoader,可以通过统一入口按需加载语言资源:
import localeLoader from "@techui/locales"
await localeLoader.ensure("en")
支持的语言
- 简体中文 (
zh-CN)
- 繁体中文 (
zh-TW)
- 英文 (
en)
包信息
联系方式
如有任何问题或建议,请联系: