RTC Language Change PR-5.4-dev Pending

User tests: Successful: Unsuccessful:

avatar hans2103
hans2103
25 Jul 2025

Pull Request for no existing Issue .

Summary of Changes

Two language strings for a description use DESCR.
All other use DESCRIPTION or DESC.
We should not have a third flavor.
Therefor this PR will change the language string from _DESCR to _DESC

This PR will require a change in all languages.

Testing Instructions

  • Joomla Administrator > System > Plugins > Editor - Codemirror
  • open plugin to edit
  • go to tab advanced
  • press green button to add custom extensions
  • read the description below both input fields

Actual result BEFORE applying this Pull Request

There is a description between both input fields

Expected result AFTER applying this Pull Request

The description is still there and the same.

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar hans2103 hans2103 - open - 25 Jul 2025
avatar hans2103 hans2103 - change - 25 Jul 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Jul 2025
Category Administration Language & Strings Front End Plugins
avatar brianteeman
brianteeman - comment - 25 Jul 2025

You can't change it this way. You need to deprecate the existing string and add a new one. See #45725 for an example

avatar richard67
richard67 - comment - 25 Jul 2025

@hans2103 You cannot just remove a language key (changing a key is like removing the old key and adding the new key).

You have to deprecate the language string for 6.0, and when this PR got merged and merged up into 6.0-dev, someone has to make a PR for 6.0-dev to finally remove the deprecated string.

You can find examples for this here:

  • #45725 like Brian wrote for the deprecation in 5.4 for 6.0
  • #45738 for removing it in 6.0.

The changes in the spell check GitHub action would not be needed as your PR does not handle language stings with spelling errors in the key.

avatar hans2103 hans2103 - change - 25 Jul 2025
Labels Added: Language Change Updates Requested PR-5.4-dev
avatar hans2103
hans2103 - comment - 25 Jul 2025

@brianteeman @richard67 thank you for the clear explanation.
Used your feedback and adjusted the PR based on the way Brian created his in https://github.com/joomla/joomla-cms/pull/45725/files

avatar richard67
richard67 - comment - 25 Jul 2025

@hans2103 Thanks.

avatar brianteeman brianteeman - test_item - 25 Jul 2025 - Tested successfully
avatar brianteeman
brianteeman - comment - 25 Jul 2025

I have tested this item ✅ successfully on bf1a180


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45785.

avatar exlemor exlemor - test_item - 26 Jul 2025 - Tested successfully
avatar exlemor
exlemor - comment - 26 Jul 2025

I have tested this item ✅ successfully on bf1a180

I have successfully tested this. Thanks.@hans2013


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45785.

avatar richard67 richard67 - change - 26 Jul 2025
Labels Removed: Updates Requested
avatar richard67 richard67 - alter_testresult - 26 Jul 2025 - brianteeman: Tested successfully
avatar richard67 richard67 - alter_testresult - 26 Jul 2025 - exlemor: Tested successfully
avatar richard67 richard67 - change - 26 Jul 2025
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 26 Jul 2025

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45785.

avatar muhme muhme - change - 26 Jul 2025
Labels Added: RTC
avatar muhme
muhme - comment - 26 Jul 2025

Final check before merge: Each language key is only used once and this usage has been changed. Old language keys are still existing and marked as deprecated in 6.0.

avatar muhme muhme - change - 26 Jul 2025
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2025-07-26 14:46:25
Closed_By muhme
avatar muhme muhme - close - 26 Jul 2025
avatar muhme muhme - merge - 26 Jul 2025
avatar muhme
muhme - comment - 26 Jul 2025

Thank you @hans2103 for your contribution. Thank you @brianteeman and @exlemor for testing.

Add a Comment

Login with GitHub to post a comment