Merged
Conversation
建立基于目录检索的语言加载架构,允许通过添加 JSON 文件直接扩展支持的语言。同步实施 BCP 47 标准化,并增强了针对不同操作系统的语言匹配能力。 主要变化: - 废弃硬编码的语言配置,改用动态元数据提取。 - 默认回退策略指向 en-US 以提升通用性。 - 改进配置加载器,确保探测到的区域偏好能被正确存储。
Owner
|
我补了一下设置界面对于旧版本的兼容性,之前旧版本是zh在设置界面会直接显示zh,我做了下兼容,补了一下英文的readme,应该没什么,合并了 |
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.
建立基于目录检索的语言加载架构,允许通过直接添加 JSON 文件直接扩展支持的语言,无需额外修改源码映射。同步实施 BCP 47 标准化,并增强了针对不同操作系统的语言匹配能力。
主要变化: