mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
The file populates `windows.i18n`, so now
the file name matches our convention.
Note that the module really just initializes
`i18next` and then does this:
window.i18n = i18next;
It doesn't really add any functionality to
third party library.