Skip to content
On this page

国际化

OS UI组件 默认使用英语,如果你希望使用其他语言,你可以参考下面的方案。

Config Provider

配置locale参数,支持i18n

html
<script setup>
  import zhCN from '@aosweb/osui/locale/modules/zh-CN'
</script>
<os-config-provider :locale="zhCN">
</os-config-provider>

支持语言

  • 英文(en-US)
  • 简体中文(zh-CN)
  • 繁体中文(zh-TW)

Released under the MIT License.