Releases/theme next#105
Open
lawpachi wants to merge 485 commits into
Open
Conversation
此次提交增加了倒计时组件的多语言支持,并增强了其无障碍特性,包括自动化的`aria-label`生成以及对屏幕阅读器的支持。 Co-developed-by: Aone Copilot <noreply@alibaba-inc.com>
此提交修正了英文版本中的倒计时相关文案,将其更新为更完整的单词表述,提升了语言的一致性和准确性。
修正了 `countdown` 相关字段的翻译错误,使其更准确地反映中文含义。
增加对 `useLocaleText` 钩子的单元测试,确保其在不同语言环境下的正确行为。
此提交为`Countdown`组件添加了更多的边界情况测试,以提高其鲁棒性。
添加了进度状态相关的翻译项到英文、繁体中文和简体中文的语言包中,以便更好地支持进度显示的功能。
增加对 `useLocaleText` 钩子的单元测试,确保其在不同语言环境下的正确行为。
此提交为 `Progress` 组件添加了国际化支持,并改进了进度文本的获取方式。移除了硬编码的进度文本对象,改为从 `useLocaleText` 钩子动态获取本地化文本。
此提交为进度条组件添加了必要的单元测试,以提高组件的稳定性和可靠性。
在 `TextArea` 组件中添加了对字符计数提示的多语言支持,包括英文和中文。更新了相关语言文件并调整了组件内部的文本处理逻辑。
此提交为 `TextArea` 组件添加了更多的边界情况测试,以提高组件的稳定性和可靠性。
移除了关于无障碍指南的部分内容,包括内置无障碍特性和最佳实践等详细说明。
- Refine wording for Button and IconButton prop descriptions for clarity - Revise Card component example titles, subtitles, and content to more relevant info - Update Input component placeholders from "请填写内容" to "请输入内容" or contextual prompts - Correct List component description and example texts for better expression - Modify Select component demo option labels and placeholders for realism and consistency - Enhance Steps component demo titles, subtitles, and descriptions for clearer workflow depiction - Adjust Steps refund example texts with updated dates, titles, amounts, and descriptions - Fix minor text issues like disabled steps description and UI elements wording in demos
…and related dependencies, and add VSCode settings
…tency Co-authored-by: Copilot <copilot@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
这个 PR 做了什么?
简要描述所做更改
这个变动的性质是?
这个变动涉及以下渠道:
附加信息(可选)
在此添加任何其他相关信息,比如截图或设计图。