We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.6
import { DatePicker } from 'ant-design-vue' import locale from 'ant-design-vue/es/date-picker/locale/zh_CN'
<template> <a-range-picker v-model:value="dateRange" :locale="locale" /> </template>
DatePicker 组件应该完全显示中文,包括:
只有部分内容显示为中文,其他内容仍显示为英文:
这个问题在业务场景中影响了用户体验,特别是在需要完全中文化的管理后台系统中。虽然设置了 :locale="locale" 属性,但本地化效果不完整,导致界面语言不统一。
:locale="locale"
建议检查 locale 配置是否完整,或者考虑在文档中明确说明当前版本的中文本地化支持程度。
locale
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Version
4.2.6
Environment
Reproduction link
Steps to reproduce
What is expected?
DatePicker 组件应该完全显示中文,包括:
What is actually happening?
只有部分内容显示为中文,其他内容仍显示为英文:
这个问题在业务场景中影响了用户体验,特别是在需要完全中文化的管理后台系统中。虽然设置了
:locale="locale"
属性,但本地化效果不完整,导致界面语言不统一。建议检查
locale
配置是否完整,或者考虑在文档中明确说明当前版本的中文本地化支持程度。The text was updated successfully, but these errors were encountered: