Commit d6d820f
feat(ui-i18n.js): Allow replacing/customizing specific existing locale 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.1 parent abfceda commit d6d820f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
0 commit comments