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('i18n', {
|
||||
t: function (str) { return 'translated: ' + str; },
|
||||
});
|
||||
set_global('i18n', global.stub_i18n);
|
||||
|
||||
add_dependencies({
|
||||
XDate: 'node_modules/xdate/src/xdate.js',
|
||||
|
|
Loading…
Reference in New Issue