User tests: Successful: Unsuccessful:
Pull Request for no existing Issue .
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.
There is a description between both input fields
The description is still there and the same.
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
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings Front End Plugins |
@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:
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.
Labels |
Added:
Language Change
Updates Requested
PR-5.4-dev
|
@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
I have tested this item ✅ successfully on bf1a180
I have tested this item ✅ successfully on bf1a180
I have successfully tested this. Thanks.@hans2013
Labels |
Removed:
Updates Requested
|
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
|
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.
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 |
Thank you @hans2103 for your contribution. Thank you @brianteeman and @exlemor for testing.
You can't change it this way. You need to deprecate the existing string and add a new one. See #45725 for an example