You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newly added structure with LocalizationModes registered as
configurable modes through PHP instead of the hard-coded Localization
used the `LocalizationController::ACTION_*` constants for detecting
the EventListener being responsible for a translation mode.
As the JavaScript identifier was taken for the comparison and the
identifier was named `copy`, but the compare-to is named
`copyFromLanguage`, the condition skipped the EventListener instead of
building the command map for the DataHandler to work.
Fixes#11
0 commit comments