cherry-studio/.vscode
Phantom 36a22129a1
fix(i18n): standardize i18n usage (#8525)
* fix(数据设置): 修复菜单项标题未使用翻译函数的问题

* refactor(i18n): 使用labelMap集中管理翻译键以提升维护性

将分散在各处的翻译键集中管理到labelMap中,统一通过映射获取翻译文本
替换直接使用i18n.t的调用为从labelMap获取,减少重复代码
修复部分未考虑Linux平台的翻译描述

* fix(NewApiPage): 将未知提供者的值设为undefined以保持一致

* refactor(i18n): 将labelMap替换为动态获取标签的函数

重构国际化标签的获取方式,从静态对象改为动态函数,以支持语言切换时实时更新标签内容

* feat(i18n): 添加文件字段标签的国际化支持

将文件字段的标签文本提取到i18n模块中统一管理,便于维护和翻译

* refactor(utils): 移除调试用的console.log语句
2025-07-25 22:03:31 +08:00
..
extensions.json chore(i18n): forced nested structure to support i18n ally (#8457) 2025-07-25 17:36:04 +08:00
launch.json feat(minapp): add Google login tip for untrusted browser issue (#8230) 2025-07-18 00:22:55 +08:00
settings.json fix(i18n): standardize i18n usage (#8525) 2025-07-25 22:03:31 +08:00
snippet.code-snippets style(config): update Prettier and VS Code settings 2024-05-24 12:45:41 +08:00