Improment to language constant replacment #200
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#200
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull Request for Issue gh-198 .
Summary of Changes
Updated the compiler to also target JText::script() & Joomla.JText._() in language constant replacement. Added field counter.
Testing Instructions
add some JText::script() & Joomla.JText._() to your component site or custom admin view (custom script) areas and it should be converted.
Expected result
Converting JText::script() & Joomla.JText._()
Actual result
There was no implementation for this before.
Documentation Changes Required
We may need to add some notes around the custom script areas to inform users of this feature.
Hey I also made a better tutorial about the developing work flow of JCB take a look 👍