User tests: Successful: Unsuccessful:
Pull Request for Issue #18912 (comment) .
Apply PR
Got to Admin -> Global configuration
Open the browser's console
Copy paste:
Joomla.JText._('ERROR')
press enter you should see "Error"
Joomla.Text._('ERROR')
press enter you should see "Error"
Joomla.JText.strings
press enter you should see an object with all the available stringsJoomla.Text.strings
press enter you should see the same object with all the available strings as beforeJoomla.Text.load({TEST: "test"})
and press enter then Joomla.Text.strings
and check that TEST is thereJoomla.Text.load({TESTA: "testa"})
and press enter then Joomla.Text.strings
and check that TESTA is thereEverything works as usual
There are a bunch of console warnings added to help 3RD PD move forward. There will be a section in the documentation that will cover all the changes for J4.0
@mbabker up to you...
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-01-07 17:01:18 |
Closed_By | ⇒ | wilsonge |