mirror of https://github.com/zulip/zulip.git
timerender.js: Use stubbed version of i18n from zjsunit.
This commit is contained in:
parent
5eb5b33f21
commit
1e18863a98
|
@ -1,7 +1,5 @@
|
||||||
set_global('$', global.make_zjquery());
|
set_global('$', global.make_zjquery());
|
||||||
set_global('i18n', {
|
set_global('i18n', global.stub_i18n);
|
||||||
t: function (str) { return 'translated: ' + str; },
|
|
||||||
});
|
|
||||||
|
|
||||||
add_dependencies({
|
add_dependencies({
|
||||||
XDate: 'node_modules/xdate/src/xdate.js',
|
XDate: 'node_modules/xdate/src/xdate.js',
|
||||||
|
|
Loading…
Reference in New Issue