Skip to content

feat: Complete Chinese (zh-CN) translation & fix SDK 37 crash#278

Open
power690 wants to merge 1 commit into
AndroidCSOfficial:devfrom
power690:feat/chinese-translation-sdk37-fix
Open

feat: Complete Chinese (zh-CN) translation & fix SDK 37 crash#278
power690 wants to merge 1 commit into
AndroidCSOfficial:devfrom
power690:feat/chinese-translation-sdk37-fix

Conversation

@power690
Copy link
Copy Markdown

-为Kotlin/Java代码中的硬编码字符串增加了100多个中文字符串资源
-修复SDK37版本格式的ApiVersionsParser.kt:.toInt()->.toDouble().toInt()
-修复了IDESyncIssue.kt:删除了对已删除StringOption.AAPT2_FROM_MAVEN_OVERRIDE的依赖关系
-修复了logwire JVM目标不匹配问题(Java11->17)
-添加了缺少的生成逻辑源文件(BuildConfig、SigningConfig、PropertiesParser)
-新增遗失的动作类别(ProjectSyncAction、QuickRunWithCancellationAction、RunTasksAction)
-修复了缺少R导入的模板文件
-修复了各种可空上下文和未解决的引用问题

- Added 100+ Chinese string resources for hardcoded strings in Kotlin/Java code
- Fixed ApiVersionsParser.kt: .toInt() -> .toDouble().toInt() for SDK 37 version format
- Fixed IDESyncIssue.kt: removed dependency on removed StringOption.AAPT2_FROM_MAVEN_OVERRIDE
- Fixed logwire JVM target mismatch (Java 11 -> 17)
- Added missing build-logic source files (BuildConfig, SigningConfig, PropertiesParser)
- Added missing action classes (ProjectSyncAction, QuickRunWithCancellationAction, RunTasksAction)
- Fixed template files missing R import
- Fixed various nullable context and unresolved reference issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant