Prevent from replacing i18n data directly
This commit is contained in:
parent
e69b8758e3
commit
5be159eede
|
|
@ -1,3 +1,3 @@
|
|||
import lang from './front-end.yml';
|
||||
|
||||
window.__bs_i18n__ = lang;
|
||||
window.__bs_i18n__ = Object.assign(window.__bs_i18n__ || {}, lang);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
import lang from './front-end.yml';
|
||||
|
||||
window.__bs_i18n__ = lang;
|
||||
window.__bs_i18n__ = Object.assign(window.__bs_i18n__ || {}, lang);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user