Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui-i18n.js): Allow replacing/customizing specific existing local…
…e strings when using add. Use `merge` instead of `extend`. Extending will *replace* the *entire* existing object with the new one. Merging will *add* new strings into existing objects, thereby preserving any strings that are set elsewhere in code.
- Loading branch information