[5.4] unification of two strings#3675
Merged
tecpromotion merged 1 commit intojoomlagerman:5.4-devfrom Jan 12, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes two translation inconsistencies in the German language pack for Joomla 5.4, aligning frontend translations with backend terminology.
Changes:
- Fixed duplicate label in mod_articles.ini where AUTHORFILTERING incorrectly used the same translation as AUTHORALIASFILTERING
- Unified frontend and backend terminology for "article text" from "Beitragstext" to "Beitragsinhalt"
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| language/de-DE/mod_articles.ini | Changed AUTHORFILTERING label from "Autoralias-Filtertyp" to "Autor-Filtertyp" to distinguish it from AUTHORALIASFILTERING and align with mod_articles_category.ini |
| language/de-DE/com_content.ini | Changed ARTICLETEXT_LABEL from "Beitragstext" to "Beitragsinhalt" to match the backend translation in administrator/language/de-DE/com_content.ini |
max123kl
approved these changes
Jan 12, 2026
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.
Zusammenfassung der Änderungen
Ich habe beim Übersetzen von Issue #3671 diese Unstimmigkeit gefunden.
Dieser PR vereinheitlicht die Schreibweise von backend und frontend.
Wo wird der Sprachstring angezeigt / Wie kann getestet werden