Open
Conversation
c2d9023 to
805a3f5
Compare
There was a problem hiding this comment.
Pull request overview
This PR synchronizes Danish language files with the English language addon repository, adding new translation strings for version 5.5.0 through 5.7.5 features. It also updates GitHub Actions workflow dependencies to their latest versions.
- Adds ~100+ new untranslated English strings across multiple language files for new features including notification settings, rate limiting, and operator notifications
- Reorganizes some existing translation strings by moving them to different sections or removing outdated ones
- Updates GitHub Actions workflow dependencies (actions/checkout v4→v5, overtrue/phplint 9.1→9.5)
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Lang/da/user.php | Removed old notification settings strings; added 30+ new strings for operator notification preferences and subscription types |
| Lang/da/ticket.php | Relocated allowed_files_desc string; added new strings for rate limiting, ticket actions, and notification types |
| Lang/da/selfservice.php | Relocated published_desc string; added comment notification strings |
| Lang/da/report.php | Added "group_by" translation string |
| Lang/da/permission.php | Added new permission strings for operator notifications and reply templates |
| Lang/da/messages.php | Added throttle error message string |
| Lang/da/log.php | Added log strings for ticket pin/unpin actions and operator notification updates |
| Lang/da/locale.php | Reordered Istanbul timezone entry for better organization |
| Lang/da/license.php | Added license key update success message |
| Lang/da/integrations.php | Relocated Twilio verification strings; added new strings for Twilio country verification, Algolia rate limiting, and Microsoft tenant ID |
| Lang/da/general.php | Added "mark_as_done", "bot", and "allow_all" translation strings |
| Lang/da/core.php | Removed obsolete strings; added 80+ new strings for table editor features, email template settings, and notification messages |
| Lang/da/actions.php | Removed "close_and_lock_ticket"; added separate "close_ticket", "lock_ticket", and "notify_user" action strings |
| .github/workflows/test.yml | Updated actions/checkout to v5 and overtrue/phplint to 9.5 |
| .github/workflows/release.yml | Updated actions/checkout to v5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+700
to
+701
| "inset_row_before" => "Insert row before", | ||
| "inset_row_after" => "Insert row after", |
There was a problem hiding this comment.
Typo in "inset_row_before" - should be "insert_row_before" (insert, not inset).
Suggested change
| "inset_row_before" => "Insert row before", | |
| "inset_row_after" => "Insert row after", | |
| "insert_row_before" => "Insert row before", | |
| "insert_row_after" => "Insert row after", |
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.
Synced files with /addon-language-english.
This PR was created automatically by #11385185308