feat: Complete Chinese (zh-CN) translation & fix SDK 37 crash#278
Open
power690 wants to merge 1 commit into
Open
feat: Complete Chinese (zh-CN) translation & fix SDK 37 crash#278power690 wants to merge 1 commit into
power690 wants to merge 1 commit into
Conversation
- 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
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.
-为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导入的模板文件
-修复了各种可空上下文和未解决的引用问题