Skip to content

🔄 Sync supportpal/addon-language-english#12

Open
bytestream wants to merge 1 commit into
masterfrom
sync
Open

🔄 Sync supportpal/addon-language-english#12
bytestream wants to merge 1 commit into
masterfrom
sync

Conversation

@bytestream

Copy link
Copy Markdown
Member

Synced files with supportpal/addon-language-english.


This PR was created automatically by #19891022540

Copilot AI review requested due to automatic review settings December 3, 2025 10:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR synchronizes language files from the supportpal/addon-language-english repository. It includes organizational changes and fixes to French translation files.

  • Reorganizes the "published_desc" translation entry to be grouped with version 5.7.5 additions
  • Adds a new "not_published" translation key for version 5.7.5
  • Fixes JavaScript variable placeholder escaping in the search results string

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Lang/fr/selfservice.php Moves "published_desc" translation to version 5.7.5 section and adds "not_published" translation key
Lang/fr/core.php Fixes escaped dollar sign in "multiple_search_results" to properly support JavaScript variable interpolation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Lang/fr/selfservice.php
* 5.7.5
*/
"published_desc" => "Si l'article peut être consulté publiquement. Si il n'est pas publié, il peut encore être vu par l'URL directe si la catégorie est publique.",
"not_published" => "Not Published",

Copilot AI Dec 3, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The translation value "Not Published" is in English but should be translated to French. This is a French language file (Lang/fr/), so all translation values should be in French. Consider translating to "Non publié" or similar.

Suggested change
"not_published" => "Not Published",
"not_published" => "Non publié",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants