New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@techui/locales

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@techui/locales

TechUI locales, Used to support the multi-language function of Techui component library.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
2
Created
Source

@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)

包信息

联系方式

如有任何问题或建议,请联系:

Keywords

@techui

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts