js: Convert static/js/i18n.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-03-25 13:38:40 -07:00
committed by Tim Abbott
parent 40c3d07b2c
commit bb1b2048bd
82 changed files with 106 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ import $ from "jquery";
import render_message_edit_history from "../templates/message_edit_history.hbs";
import * as channel from "./channel";
import {i18n} from "./i18n";
import * as people from "./people";
import * as timerender from "./timerender";
import * as ui_report from "./ui_report";