-
Notifications
You must be signed in to change notification settings - Fork 27
add feat #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
add feat #51
Conversation
- Added constants for magic numbers (MAX_LINE_BREAKS, SHORT_STRING_LENGTH, PRIORITY_RATIO) - Extracted repeated line counting logic into isVeryLongText() method in both files - Replaced all magic numbers with class constants - Translated all Korean comments to English - Improved code maintainability and readability Fixes issues #2, #6, and #7 from PR review Co-authored-by: Sangrak Choi <[email protected]>
…avel-ai-translator into feat/json-parallel-structred
Claude finished @kargnas's task —— View job 📋 PR Review: Structured JSON Translation FeatureReview Checklist
📝 SummaryThis PR adds comprehensive support for translating JSON language files with nested directory structures. The implementation introduces structured JSON translation commands with intelligent context management and parallel processing capabilities. ✅ Issues Successfully Fixed from Previous ReviewsBased on my review, the following issues from the previous review have been addressed:
🔴 Critical Issues1. Variable Naming Convention Violations
|
No description provided.