alibaba / pont

🌉数据服务层解决方案
MIT License
3.04k stars 251 forks source link

feat: 修复jest单元测试,并新增当全部翻译插件失效时,取中文首字母拼音作为translate #377

Closed yuxuan-ctrl closed 1 year ago

yuxuan-ctrl commented 1 year ago

What kind of change does this PR introduce(这个 PR 引入了什么样的变化)?

Does this PR introduce a breaking change(这次 PR 引入了一个重大变化吗)?

If yes, please describe the impact and migration path for existing applications(如果是,请描述现有应用程序的影响和迁移路径):

The PR fulfills these requirements(PR 符合以下要求)

Other information(其他信息)

修复了单元测试引用路径问题,个人觉得依赖外部插件作为翻译有风险,应当在最后的选项提供一个默认的(比如取中文首字母)的方案作为不报错的备用方案,否则在使用Vs-code插件的时候,排查错误比较困难。

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

yuxuan-ctrl commented 1 year ago

377 关联Issue

yuxuan-ctrl commented 1 year ago

@z979054461 已去除无用注释,谢谢

z979054461 commented 1 year ago

你单独提一下pinyin好了,单元测试我来修

yuxuan-ctrl commented 1 year ago

@z979054461 已去除单元测试的修复,仅上次pinyin代码,谢谢