mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
js: Convert static/js/i18n.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
40c3d07b2c
commit
bb1b2048bd
@@ -1,5 +1,7 @@
|
||||
import $ from "jquery";
|
||||
|
||||
import {i18n} from "./i18n";
|
||||
|
||||
export const status_classes = "alert-error alert-success alert-info alert-warning";
|
||||
|
||||
// TODO: Move this to the portico codebase.
|
||||
|
||||
Reference in New Issue
Block a user