Complete Turkish (tr-TR) translations#8842
Conversation
Add 206 missing translation keys and remove 6 stale keys. Covers command palette, project settings, member management, and preference sections.
📝 WalkthroughWalkthroughUpdated Turkish localization files with formatting corrections and significant expansion. Empty-state strings had em dashes replaced with comma-based formatting. The main translation file underwent comprehensive reorganization and extension, adding new navigation labels, settings sections, translation groups for project management features, and expanded UI copy for auth, preferences, and analytics. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
packages/i18n/src/locales/tr-TR/translations.ts (1)
1412-1422:⚠️ Potential issue | 🟡 MinorRemove the duplicated
backlog_work_itemsentry inworkspace_analytics.
backlog_work_itemsis already declared on Line 1414, so the new entry on Line 1422 overwrites it. If the Turkish copy changed, update the existing key instead of adding a second one; otherwise this can hide a genuinely distinct source-locale key.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@packages/i18n/src/locales/tr-TR/translations.ts` around lines 1412 - 1422, There is a duplicated translation key backlog_work_items in the workspace_analytics block causing the later entry to overwrite the earlier one; remove the duplicate entry (the second backlog_work_items) or merge its updated Turkish text into the original key so only one backlog_work_items exists, updating the existing entry rather than adding a second one; ensure you modify the key named backlog_work_items and keep the intended Turkish value.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@packages/i18n/src/locales/tr-TR/translations.ts`:
- Around line 1412-1422: There is a duplicated translation key
backlog_work_items in the workspace_analytics block causing the later entry to
overwrite the earlier one; remove the duplicate entry (the second
backlog_work_items) or merge its updated Turkish text into the original key so
only one backlog_work_items exists, updating the existing entry rather than
adding a second one; ensure you modify the key named backlog_work_items and keep
the intended Turkish value.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 8f9afaa1-8e62-4cf1-a459-197bd580f16a
📒 Files selected for processing (2)
packages/i18n/src/locales/tr-TR/empty-state.tspackages/i18n/src/locales/tr-TR/translations.ts
Description
Complete Turkish (tr-TR) translations by adding 206 missing keys and removing 6 stale keys. Covers the new command palette (power_k), project settings, member management, and preference sections.
Type of Change
Screenshots and Media (if applicable)
N/A - translation strings only
Test Scenarios
References
N/A
Summary by CodeRabbit