@techui/locales
v0.1.2
Published
TechUI locales, Used to support the multi-language function of Techui component library.
Readme
@techui/locales
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
- Version: 1.0.0
- Author: [email protected] (WeChat: jay1986cn)
- China Site: https://techui.cn/
- Global Site: https://techui.net/
- Keywords: @techui, techui, ayin, locales, i18n
Contact
If you have any questions or suggestions, please contact:
- Email: [email protected]
- WeChat: jay1986cn
- China Site: https://techui.cn/
- Global Site: https://techui.net/
中文
简介
@techui/locales 是 TechUI 组件库的多语言支持包,提供国际化(i18n)功能,帮助开发者构建支持多语言的应用程序。
该包现在默认导出 localeLoader,可以通过统一入口按需加载语言资源:
import localeLoader from "@techui/locales"
await localeLoader.ensure("en")支持的语言
- 简体中文 (
zh-CN) - 繁体中文 (
zh-TW) - 英文 (
en)
包信息
- 版本: 1.0.0
- 作者: [email protected](微信:jay1986cn)
- 中国站: https://techui.cn/
- 全球站: https://techui.net/
- 关键词: @techui, techui, ayin, locales, i18n
联系方式
如有任何问题或建议,请联系:
- 邮箱:[email protected]
- 微信:jay1986cn
- 中国站:https://techui.cn/
- 全球站:https://techui.net/
