Conversation
e3b3328 to
385b4f7
Compare
There was a problem hiding this comment.
Pull request overview
This PR automatically syncs Turkish language files from the English language addon repository. It adds new translation strings for version 5.4.1 through 5.7.5 features, reorganizes some existing entries for consistency, and updates GitHub Actions dependencies to their latest versions.
- Adds new translation keys for notification settings, operator notifications, ticket subscriptions, and various UI improvements across multiple modules
- Reorganizes language file entries by moving strings to appropriate version sections (5.4.1, 5.5.0, 5.6.0, 5.7.0, 5.7.3, 5.7.5)
- Updates GitHub Actions workflows to use newer action versions (checkout@v5, phplint@9.5)
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Lang/tr/user.php | Removes deprecated email/display notification strings; adds 31 new notification and subscription-related translation keys for version 5.7.0 |
| Lang/tr/ticket.php | Reorganizes throttling settings and adds 48 new translation keys for rate limiting, notifications, and ticket actions (versions 5.5.0-5.7.0) |
| Lang/tr/selfservice.php | Moves published_desc to version 5.7.5 section and adds comment notification keys for version 5.7.0 |
| Lang/tr/report.php | Adds group_by translation key for version 5.7.0 |
| Lang/tr/permission.php | Adds permission keys for operator notifications and reply templates (version 5.7.0) |
| Lang/tr/messages.php | Adds throttle_error message for version 5.4.1 |
| Lang/tr/log.php | Adds log entries for message pinning and operator notification updates (versions 5.5.0, 5.7.0) |
| Lang/tr/locale.php | Reorders Europe/Istanbul timezone from GMT+02:00 to correct alphabetical position in the list |
| Lang/tr/license.php | Adds key_updated success message for version 5.5.0 |
| Lang/tr/integrations.php | Reorganizes Twilio verification settings and adds Algolia rate limiting and Microsoft tenant ID keys (versions 5.4.1-5.7.0) |
| Lang/tr/general.php | Adds mark_as_done, bot, and allow_all translation keys (versions 5.5.0, 5.7.0) |
| Lang/tr/core.php | Reorganizes ticket_channel_2 entry and adds 83 new UI translation keys for tables, notifications, and editor features (versions 5.5.0-5.7.3) |
| Lang/tr/actions.php | Removes close_and_lock_ticket, adds separate close_ticket, lock_ticket, and notify_user actions (version 5.5.0) |
| .github/workflows/test.yml | Updates actions/checkout from v4 to v5 and overtrue/phplint from 9.1 to 9.5 |
| .github/workflows/release.yml | Updates actions/checkout from v4 to v5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "merge_cells" => "Merge cells", | ||
| "split_cell" => "Split cell", | ||
| "row" => "Row", | ||
| "inset_row_before" => "Insert row before", |
There was a problem hiding this comment.
Typo in "inset_row_before" - should be "insert_row_before" to match the correct spelling.
| "inset_row_before" => "Insert row before", | |
| "insert_row_before" => "Insert row before", |
| "inset_row_before" => "Insert row before", | ||
| "inset_row_after" => "Insert row after", |
There was a problem hiding this comment.
Typo in "inset_row_after" - should be "insert_row_after" to match the correct spelling.
| "inset_row_before" => "Insert row before", | |
| "inset_row_after" => "Insert row after", | |
| "insert_row_before" => "Insert row before", | |
| "insert_row_after" => "Insert row after", |
Synced files with /addon-language-english.
This PR was created automatically by #11385185308